mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 21:04:27 +02:00
Add missing BOOST_MOVE_FORCEINLINE
This commit is contained in:
@@ -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>&() \
|
||||
|
Reference in New Issue
Block a user