mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +02:00
Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
[SVN r81569]
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
==============================================================================*/
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if defined(BOOST_NO_RVALUE_REFERENCES)
|
||||
#if defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
|
||||
#error "Valid only on compilers that support rvalues"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user