Boost C++ Libraries: Ticket #4705: C++03 Move Support Undocumented https://svn.boost.org/trac10/ticket/4705 <p> The doc says: </p> <blockquote class="citation"> <p> [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. </p> <p> For other compilers, move support is provided with a move emulation layer, so containers must explicitly detect that move emulation layer. See &lt;boost/thread/detail/move.hpp&gt; for details.] </p> </blockquote> <p> But seriously, folks, there's no comment in that header. This needs fixed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4705 Trac 1.4.3 Dave Abrahams Sun, 03 Oct 2010 18:32:41 GMT description changed https://svn.boost.org/trac10/ticket/4705#comment:1 https://svn.boost.org/trac10/ticket/4705#comment:1 <ul> <li><strong>description</strong> modified (<a href="/trac10/ticket/4705?action=diff&amp;version=1">diff</a>) </li> </ul> Ticket viboes Sun, 11 Dec 2011 11:36:23 GMT keywords set https://svn.boost.org/trac10/ticket/4705#comment:2 https://svn.boost.org/trac10/ticket/4705#comment:2 <ul> <li><strong>keywords</strong> move added </li> </ul> <p> There is an action point to use Boost.Move. Could we consider this as a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6194" title="#6194: Feature Requests: Adapt to Boost.Move (closed: fixed)">#6194</a> Adapt to Boost.Move. </p> Ticket viboes Sat, 07 Jan 2012 23:44:41 GMT owner, status changed https://svn.boost.org/trac10/ticket/4705#comment:3 https://svn.boost.org/trac10/ticket/4705#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 17 Jan 2012 06:51:56 GMT milestone changed https://svn.boost.org/trac10/ticket/4705#comment:4 https://svn.boost.org/trac10/ticket/4705#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.49.0</span> </li> </ul> Ticket viboes Mon, 28 May 2012 16:40:15 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4705#comment:5 https://svn.boost.org/trac10/ticket/4705#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.49.0</span> → <span class="trac-field-new">Boost 1.50.0</span> </li> </ul> <p> Documentation added. </p> <p> Committed in release branch at <a class="changeset" href="https://svn.boost.org/trac10/changeset/78543" title="Merged boost.thread from trunk">[78543]</a> </p> Ticket