Boost logo

Boost :

Subject: Re: [boost] [thread] Conformance with N2497 move semantics
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-11-14 12:38:58


----- Original Message -----
From: "Anthony Williams" <anthony.ajw_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, November 14, 2008 1:44 PM
Subject: Re: [boost] [thread] Conformance with N2497 move semantics

>
> "vicente.botet" <vicente.botet_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk