mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 12:37:29 +02:00
Likewise.
This commit is contained in:
@ -144,7 +144,8 @@
|
|||||||
#else // BOOST_NO_CXX11_RVALUE_REFERENCES
|
#else // BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
|
|
||||||
#if defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) \
|
#if defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) \
|
||||||
|| BOOST_WORKAROUND(BOOST_GCC, < 40500)
|
|| BOOST_WORKAROUND(BOOST_GCC, < 40500) \
|
||||||
|
|| BOOST_WORKAROUND(BOOST_MSVC, == 1800)
|
||||||
|
|
||||||
#define BOOST_FUSION_DEFINE_STRUCT_MOVE_CTOR_FILLER_I( \
|
#define BOOST_FUSION_DEFINE_STRUCT_MOVE_CTOR_FILLER_I( \
|
||||||
R, ATTRIBUTE_TUPLE_SIZE, I, ATTRIBUTE) \
|
R, ATTRIBUTE_TUPLE_SIZE, I, ATTRIBUTE) \
|
||||||
@ -175,7 +176,8 @@
|
|||||||
#endif // BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
#endif // BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
||||||
|
|
||||||
#if defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) \
|
#if defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) \
|
||||||
|| BOOST_WORKAROUND(BOOST_GCC, < 40600)
|
|| BOOST_WORKAROUND(BOOST_GCC, < 40600) \
|
||||||
|
|| BOOST_WORKAROUND(BOOST_MSVC, == 1800)
|
||||||
|
|
||||||
#define BOOST_FUSION_DEFINE_STRUCT_MOVE_ASSIGN_FILLER_I( \
|
#define BOOST_FUSION_DEFINE_STRUCT_MOVE_ASSIGN_FILLER_I( \
|
||||||
R, ATTRIBUTE_TUPLE_SIZE, I_, ATTRIBUTE) \
|
R, ATTRIBUTE_TUPLE_SIZE, I_, ATTRIBUTE) \
|
||||||
|
Reference in New Issue
Block a user