
1 Dec
2011
1 Dec
'11
1:25 p.m.
On 12/01/2011 12:34 PM, Ion GaztaƱaga wrote:
I guess there is no trivial solution for this. Options:
1) Move Boost.Move elements to boost::move:: namespace
I advise against this solution. It would break compatibility for Boost.Move users.
2) Move Boost.Thread elements to boost::thread namespace
That should be fine. Assuming the move emulation of boost thread is an implementation detail, this doesn't affect users at all.
3) Modify Boost.Thread to make use of Boost.Move
That would be good, but could take more time to do than 2).