1
0
forked from boostorg/move

Definitely disable MAY_ALIAS for emulation rv_ref except for GCC 4.4

This commit is contained in:
Ion Gaztañaga
2018-09-26 01:13:00 +02:00
parent 5e2e0f944e
commit 3ce9452f93

View File

@@ -63,7 +63,7 @@
#if defined(BOOST_GCC) && (BOOST_GCC >= 40400) && (BOOST_GCC < 40500)
#define BOOST_RV_ATTRIBUTE_MAY_ALIAS BOOST_MAY_ALIAS
#else
#define BOOST_RV_ATTRIBUTE_MAY_ALIAS BOOST_MAY_ALIAS
#define BOOST_RV_ATTRIBUTE_MAY_ALIAS
#endif
namespace boost {