Boost C++ Libraries: Ticket #10585: Signatures with rvalue references are not supported https://svn.boost.org/trac10/ticket/10585 <p> Attempt to use <code>boost::function &lt;int(std::string&amp;&amp;)&gt;</code> results in compilation error. </p> <p> There is a <a class="ext-link" href="https://github.com/boostorg/function/pull/4"><span class="icon">​</span>patch/pull request</a> that fixes this issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10585 Trac 1.4.3 Antony Polukhin Mon, 09 Mar 2015 11:22:26 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/10585#comment:1 https://svn.boost.org/trac10/ticket/10585#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> Changes were <a class="ext-link" href="https://github.com/boostorg/function/commit/157aaeaf23ed86fc89f09e24de1fe65ec92ff2e9"><span class="icon">​</span>merged to develop</a> and now they are in master </p> Ticket