
22 Apr
2010
22 Apr
'10
12:38 p.m.
I am trying Interprocess with VS2010, and got some compile error, the error message is: 1>ClCompile: 1>boost/interprocess/detail/move.hpp(358): error C2440: 'return' : cannot convert from 'boost::interprocess::mapped_region' to 'boost::interprocess::mapped_region &&' 1> You cannot bind an lvalue to an rvalue reference Any quick fix for it?