diff --git a/include/boost/range/detail/combine_cxx03.hpp b/include/boost/range/detail/combine_cxx03.hpp index 2040fe8..47da6a6 100644 --- a/include/boost/range/detail/combine_cxx03.hpp +++ b/include/boost/range/detail/combine_cxx03.hpp @@ -91,7 +91,7 @@ namespace range #define BOOST_RANGE_combined_seq(z, n, data) boost::data(BOOST_PP_CAT(r,n)) -#ifdef BOOST_NO_RVALUE_REFERENCES +#ifdef BOOST_NO_CXX11_RVALUE_REFERENCES #include