Merge branch 'Flamefire-assignment' into develop

This commit is contained in:
Ion Gaztañaga
2016-06-30 12:20:42 +02:00

View File

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