Boost C++ Libraries: Ticket #9661: bind: Convert lost qualifier https://svn.boost.org/trac10/ticket/9661 <p> The following code doesn't compile with vs2013. It will be OK if boost::bind is replaced with std::bind or using less placeholders. </p> <pre class="wiki">#include &lt;boost/bind.hpp&gt; void foo(int&amp;, int, int){} int main(){ using boost::bind; int a; auto&amp;&amp; f = bind(&amp;foo, _1, _2, _3); f(a, 0, 0); return 0; } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9661 Trac 1.4.3