Add missing BOOST_MOVE_FORCEINLINE

This commit is contained in:
Ion Gaztañaga 2016-06-30 16:22:27 +02:00
parent fec7e30d36
commit daabab5261

View File

@ -260,7 +260,7 @@
#define BOOST_COPYABLE_AND_MOVABLE(TYPE)\
public:\
TYPE& operator=(TYPE &t)\
BOOST_MOVE_FORCEINLINE TYPE& operator=(TYPE &t)\
{ this->operator=(*BOOST_MOVE_TO_RV_CAST(const ::boost::rv<TYPE>*, &t)); return *this;}\
public:\
BOOST_MOVE_FORCEINLINE operator ::boost::rv<TYPE>&() \