Boost C++ Libraries: Ticket #10979: Support T& type deduction when the make_ready_future parameter is reference_wrapper<T> https://svn.boost.org/trac10/ticket/10979 <p> The current implementation ignores reference_wrapper&lt;T&gt; parameters as make_pair/make_tuple does. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10979 Trac 1.4.3 viboes Sat, 31 Jan 2015 10:00:31 GMT owner, status changed https://svn.boost.org/trac10/ticket/10979#comment:1 https://svn.boost.org/trac10/ticket/10979#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, 31 Jan 2015 10:08:51 GMT description, summary changed https://svn.boost.org/trac10/ticket/10979#comment:2 https://svn.boost.org/trac10/ticket/10979#comment:2 <ul> <li><strong>description</strong> modified (<a href="/trac10/ticket/10979?action=diff&amp;version=2">diff</a>) </li> <li><strong>summary</strong> <span class="trac-field-old">shared_future::then can not be called twice</span> → <span class="trac-field-new">Support T&amp; type deduction when the make_ready_future parameter is reference_wrapper&lt;T&gt;</span> </li> </ul> Ticket viboes Sun, 01 Feb 2015 12:45:56 GMT milestone changed https://svn.boost.org/trac10/ticket/10979#comment:3 https://svn.boost.org/trac10/ticket/10979#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/cf539064d65f97e5694c41c58a66f0b176f20448"><span class="icon">​</span>https://github.com/boostorg/thread/commit/cf539064d65f97e5694c41c58a66f0b176f20448</a> </p> Ticket viboes Mon, 02 Feb 2015 05:48:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10979#comment:4 https://svn.boost.org/trac10/ticket/10979#comment:4 <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> Merge to master <a class="ext-link" href="https://github.com/boostorg/thread/commit/71997bd9aa43e1da2f05cdd46219d152a1c2321f"><span class="icon">​</span>https://github.com/boostorg/thread/commit/71997bd9aa43e1da2f05cdd46219d152a1c2321f</a> </p> Ticket