id summary reporter owner description type status milestone component version severity resolution keywords cc 9661 bind: Convert lost qualifier Yuan Yao Peter Dimov "The following code doesn't compile with vs2013. It will be OK if boost::bind is replaced with std::bind or using less placeholders. {{{ #include void foo(int&, int, int){} int main(){ using boost::bind; int a; auto&& f = bind(&foo, _1, _2, _3); f(a, 0, 0); return 0; } }}} " Bugs new To Be Determined bind Boost 1.55.0 Problem bind vs2013