forked from boostorg/move
Merge branch 'MarcelRaad-patch-1' into develop
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
//boost_move_no_copy_constructor_or_assign typedef
|
//boost_move_no_copy_constructor_or_assign typedef
|
||||||
//used to detect noncopyable types for other Boost libraries.
|
//used to detect noncopyable types for other Boost libraries.
|
||||||
#if defined(BOOST_NO_CXX11_DELETED_FUNCTIONS)
|
#if defined(BOOST_NO_CXX11_DELETED_FUNCTIONS) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
|
||||||
#define BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN(TYPE) \
|
#define BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN(TYPE) \
|
||||||
private:\
|
private:\
|
||||||
TYPE(TYPE &);\
|
TYPE(TYPE &);\
|
||||||
|
Reference in New Issue
Block a user