
14 Nov
2008
14 Nov
'08
5:38 p.m.
----- Original Message ----- From: "Anthony Williams" <anthony.ajw@gmail.com> To: <boost@lists.boost.org> Sent: Friday, November 14, 2008 1:44 PM Subject: Re: [boost] [thread] Conformance with N2497 move semantics
"vicente.botet" <vicente.botet@wanadoo.fr> writes:
Do you know if the following overloadings are taken in account by the boost::swap utility? void swap(thread& x, thread& y); void swap(thread&& x, thread& y); void swap(thread& x, thread&& y);
No, I don't.
You have void swap(thread& x, thread& y); Do you plan to add the the other overloadins? Vicente