[thread] Specific old move semantics usage
 
            Hi all, I would like to remove the specific move semantics included in Boost.Thread as it was flawed. This has been replaced by the Boost.Move one long time ago. Is there someone still using it? Could I at least define by the default (even for BOOST_THREAD_VERSION 2) BOOST_THREAD_USES_MOVE for Boost 1.57? Best, Vicente
 
            Vicente J. Botet Escriba <vicente.botet <at> wanadoo.fr> writes:
Could I at least define by the default (even for BOOST_THREAD_VERSION 2) BOOST_THREAD_USES_MOVE for Boost 1.57?
I think that would be good. We have to compile with BOOST_THREAD_USES_MOVE as some of our code doesn't work without it on some of our platforms. We're using BOOST_THREAD_VERSION 4 now, but BOOST_THREAD_VERSION 2 + BOOST_THREAD_USES_MOVE would also work.
participants (2)
- 
                 Marcel Raad Marcel Raad
- 
                 Vicente J. Botet Escriba Vicente J. Botet Escriba