aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/boost/type_traits/remove_const.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/boost/type_traits/remove_const.hpp')
-rw-r--r--cutl/details/boost/type_traits/remove_const.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/details/boost/type_traits/remove_const.hpp b/cutl/details/boost/type_traits/remove_const.hpp
index f4b13d9..46fd2ca 100644
--- a/cutl/details/boost/type_traits/remove_const.hpp
+++ b/cutl/details/boost/type_traits/remove_const.hpp
@@ -54,7 +54,7 @@ struct remove_const_impl
>::type type;
};
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
//
// We can't filter out rvalue_references at the same level as
// references or we get ambiguities from msvc: