Boost C++ Libraries: Ticket #6270: c++11 compliance: Add thread constructor from movable callable and movable arguments https://svn.boost.org/trac10/ticket/6270 <p> In order to be standard compliant the thread constructor should accept <a class="missing wiki">MovableConstructible</a> parameters. </p> <p> "30.3.1.2 thread constructors [thread.thread.constr] </p> <p> template &lt;class F, class ...Args&gt; explicit thread(F&amp;&amp; f, Args&amp;&amp;... args); </p> <p> Requires: F and each Ti in Args shall satisfy the <a class="missing wiki">MoveConstructible</a> requirements." </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6270 Trac 1.4.3 viboes Thu, 15 Dec 2011 07:28:21 GMT <link>https://svn.boost.org/trac10/ticket/6270#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6270#comment:1</guid> <description> <p> Bad copy-paste :( </p> <p> I meant: In order to be standard compliant the thread constructor should accept <a class="missing wiki">MovableConstructible</a> parameters. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Thu, 15 Dec 2011 17:01:44 GMT</pubDate> <title>summary changed https://svn.boost.org/trac10/ticket/6270#comment:2 https://svn.boost.org/trac10/ticket/6270#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">c++11 complicance: Add thread constructor from movable callable and movable arguments</span> → <span class="trac-field-new">c++11 compliance: Add thread constructor from movable callable and movable arguments</span> </li> </ul> Ticket viboes Sun, 08 Apr 2012 22:20:13 GMT owner, status, description changed https://svn.boost.org/trac10/ticket/6270#comment:3 https://svn.boost.org/trac10/ticket/6270#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> <li><strong>description</strong> modified (<a href="/trac10/ticket/6270?action=diff&amp;version=3">diff</a>) </li> </ul> Ticket viboes Sat, 29 Sep 2012 16:42:52 GMT milestone deleted https://svn.boost.org/trac10/ticket/6270#comment:4 https://svn.boost.org/trac10/ticket/6270#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-deleted">To Be Determined</span> </li> </ul> <p> Committed in trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/80755" title="Thread: version 4: Added variadic templates for packed_task cons, ...">[80755]</a>. </p> Ticket viboes Mon, 05 Nov 2012 21:30:40 GMT milestone set https://svn.boost.org/trac10/ticket/6270#comment:5 https://svn.boost.org/trac10/ticket/6270#comment:5 <ul> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> Ticket viboes Sun, 02 Dec 2012 10:29:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6270#comment:6 https://svn.boost.org/trac10/ticket/6270#comment:6 <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> </ul> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/81667" title="Thread: merge from trunk 1.53">[81667]</a>. </p> Ticket