Boost C++ Libraries: Ticket #4711: Must use implementation details to return move-only types https://svn.boost.org/trac10/ticket/4711 <p> I can't directly return a move-only type and must instead return <code>boost::detail::thread_move_t&lt;…&gt;</code>. That should be improved/fixed. It is possible to write move emulation that allows them to be returned directly. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4711 Trac 1.4.3 viboes Thu, 28 Oct 2010 18:08:05 GMT type changed https://svn.boost.org/trac10/ticket/4711#comment:1 https://svn.boost.org/trac10/ticket/4711#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> <p> I have moved it to support until the issue is clarified. Please could you be more explicit? </p> Ticket anonymous Thu, 28 Oct 2010 20:44:00 GMT <link>https://svn.boost.org/trac10/ticket/4711#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4711#comment:2</guid> <description> <p> Take any move-only type from the library and try to return it from a function, using only documented APIs. For me it fails unless I use something from namespace <code>detail</code>. It's been a while, so I don't have the code handy, but is this clear enough? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Wed, 17 Nov 2010 20:22:26 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/4711#comment:3 https://svn.boost.org/trac10/ticket/4711#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> </ul> <p> Please could you provide a short test? This is a way to help the Boost community. </p> Ticket Dave Abrahams Thu, 18 Nov 2010 19:11:14 GMT <link>https://svn.boost.org/trac10/ticket/4711#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4711#comment:4</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/4711#comment:3" title="Comment 3">viboes</a>: </p> <blockquote class="citation"> <p> Please could you provide a short test? This is a way to help the Boost community. </p> </blockquote> <p> Not that I often pass up an opportunity to help the Boost community, but I don't think I'll have time to build one anytime soon. That said, you have all the info here that you should need to write one yourself. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Wed, 07 Dec 2011 16:57:31 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/4711#comment:5 https://svn.boost.org/trac10/ticket/4711#comment:5 <ul> <li><strong>type</strong> <span class="trac-field-old">Support Requests</span> → <span class="trac-field-new">Bugs</span> </li> </ul> Ticket viboes Sun, 11 Dec 2011 11:40:01 GMT keywords set https://svn.boost.org/trac10/ticket/4711#comment:6 https://svn.boost.org/trac10/ticket/4711#comment:6 <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:45:20 GMT owner, status changed https://svn.boost.org/trac10/ticket/4711#comment:7 https://svn.boost.org/trac10/ticket/4711#comment:7 <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:52:42 GMT milestone changed https://svn.boost.org/trac10/ticket/4711#comment:8 https://svn.boost.org/trac10/ticket/4711#comment:8 <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:38:50 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4711#comment:9 https://svn.boost.org/trac10/ticket/4711#comment:9 <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 has been added for the new Boost.Move move semantics and the old one. </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