]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/remove_volatile.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / remove_volatile.hpp
index 073a2a3eccc32cd1be019127f5b353d4f65375d1..98da5cfc1f3feca57f1111c1ca74befba633952b 100644 (file)
@@ -57,7 +57,7 @@ struct remove_volatile_impl
 // We can't filter out rvalue_references at the same level as
 // references or we get ambiguities from msvc:
 //
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
 template <typename T>
 struct remove_volatile_impl<T&&>
 {