id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5287,boost/interprocess/sync/file_lock.hpp on msvc 10 fails to compile,ustramooner@…,Ion Gaztañaga,"Compiling this simple code fails on MS Vis Studio 10 64bit version. {{{ #!div style=""font-size: 80%"" {{{#!c++ #include int main() { return 0; } }}} }}} The exception is: {{{ 1> test1.cpp 1>c:\program files (x86)\boost\boost_1_44\boost\interprocess\detail\move.hpp(342): error C2440: 'return' : cannot convert from 'boost::interprocess::file_lock' to 'boost::interprocess::file_lock &&' 1> You cannot bind an lvalue to an rvalue reference 1> c:\program files (x86)\boost\boost_1_44\boost\interprocess\sync\file_lock.hpp(68) : see reference to function template instantiation 'boost::interprocess::file_lock &&boost::interprocess::move(T)' being compiled 1> with 1> [ 1> T=boost::interprocess::file_lock & 1> ] 1> 1>Build FAILED. }}}",Bugs,closed,To Be Determined,interprocess,Boost 1.44.0,Problem,fixed,,