Boost C++ Libraries: Ticket #7281: C++11 compliance: Add ArgTypes to packaged_task template https://svn.boost.org/trac10/ticket/7281 <p> The following should be taken in account </p> <pre class="wiki"> template&lt;class R, class... ArgTypes&gt; class packaged_task&lt;R(ArgTypes...)&gt; { public: // execution void operator()(ArgTypes... ); void make_ready_at_thread_exit(ArgTypes...); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7281 Trac 1.4.3 viboes Sat, 25 Aug 2012 12:02:41 GMT owner, status changed https://svn.boost.org/trac10/ticket/7281#comment:1 https://svn.boost.org/trac10/ticket/7281#comment:1 <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 Sat, 22 Sep 2012 23:43:23 GMT <link>https://svn.boost.org/trac10/ticket/7281#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7281#comment:2</guid> <description> <p> Unfortunately this breaks the current interface. I will add it for version 4. If variadic templates are not available only the signature R() will be provided </p> <pre class="wiki"> template&lt;class R&gt; class packaged_task&lt;R()&gt; { public: void operator()(); </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 29 Sep 2012 16:41:01 GMT</pubDate> <title>milestone deleted https://svn.boost.org/trac10/ticket/7281#comment:3 https://svn.boost.org/trac10/ticket/7281#comment:3 <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:31:37 GMT milestone set https://svn.boost.org/trac10/ticket/7281#comment:4 https://svn.boost.org/trac10/ticket/7281#comment:4 <ul> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> Ticket viboes Sun, 02 Dec 2012 10:30:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7281#comment:5 https://svn.boost.org/trac10/ticket/7281#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> </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