X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ftype_traits%2Fremove_const.hpp;fp=boost%2Ftype_traits%2Fremove_const.hpp;h=5f957e9787c537e2cd830ca313ca5b024ab19972;hp=f4d1739ae4a396edd65e55b1b4b25b2ccdcd0bb9;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/type_traits/remove_const.hpp b/boost/type_traits/remove_const.hpp index f4d1739..5f957e9 100644 --- a/boost/type_traits/remove_const.hpp +++ b/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: