Changes between Initial Version and Version 1 of Ticket #4705
- Timestamp:
- Oct 3, 2010, 6:32:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4705 – Description
initial v1 1 1 The doc says: 2 2 3 > [Note: On compilers that support rvalue references, boost::thread provides a proper move constructor and move-assignment operator, and therefore meets the C++0x MoveConstructible andMoveAssignable concepts. With such compilers, boost::thread can therefore be used with containers that support those concepts.3 > [Note: On compilers that support rvalue references, boost::thread provides a proper move constructor and move-assignment operator, and therefore meets the C++0x !MoveConstructible and !MoveAssignable concepts. With such compilers, boost::thread can therefore be used with containers that support those concepts. 4 4 > 5 5 > For other compilers, move support is provided with a move emulation layer, so containers must explicitly detect that move emulation layer. See <boost/thread/detail/move.hpp> for details.]