X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=boost%2Ftype_traits%2Fremove_volatile.hpp;fp=boost%2Ftype_traits%2Fremove_volatile.hpp;h=98da5cfc1f3feca57f1111c1ca74befba633952b;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hp=073a2a3eccc32cd1be019127f5b353d4f65375d1;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d;p=rsem.git diff --git a/boost/type_traits/remove_volatile.hpp b/boost/type_traits/remove_volatile.hpp index 073a2a3..98da5cf 100644 --- a/boost/type_traits/remove_volatile.hpp +++ b/boost/type_traits/remove_volatile.hpp @@ -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 struct remove_volatile_impl {