]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/remove_const.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / remove_const.hpp
index f4d1739ae4a396edd65e55b1b4b25b2ccdcd0bb9..5f957e9787c537e2cd830ca313ca5b024ab19972 100644 (file)
@@ -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: