[thread] Specific old move semantics usage
27 Sep
2014
27 Sep
'14
1:51 p.m.
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
27 Sep
27 Sep
3:59 p.m.
Vicente J. Botet Escriba
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.
3714
Age (days ago)
3714
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marcel Raad
-
Vicente J. Botet Escriba