Changes between Initial Version and Version 1 of Ticket #4705


Ignore:
Timestamp:
Oct 3, 2010, 6:32:41 PM (12 years ago)
Author:
Dave Abrahams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4705 – Description

    initial v1  
    11The doc says:
    22
    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.
     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.
    44>
    55> 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.]