id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8505,Add a C++11 conforming move semantics to function<> class,viboes,Antony Polukhin,"C++11 std::function provides move semantics. It would be great if Boost.Function could provide it on C++11 compilers and use Boost.Move on C++ compilers that don't provide rvalue references. {{{ function(function&&); function& operator=(function&&); template function& operator=(F&&); }}} ",Feature Requests,closed,To Be Determined,function,Boost 1.54.0,Problem,fixed,,antoshkka@…