diff --git a/include/boost/iterator/indirect_iterator.hpp b/include/boost/iterator/indirect_iterator.hpp index f6caa71..4e2500b 100644 --- a/include/boost/iterator/indirect_iterator.hpp +++ b/include/boost/iterator/indirect_iterator.hpp @@ -18,7 +18,7 @@ #include #include -#ifdef BOOST_NO_MPL_AUX_HAS_XXX +#ifdef BOOST_MPL_NO_AUX_HAS_XXX # include # include # include @@ -44,7 +44,7 @@ namespace boost // can be used instead with something like // boost/python/pointee.hpp to find the value_type. // -# ifndef BOOST_NO_MPL_AUX_HAS_XXX +# ifndef BOOST_MPL_NO_AUX_HAS_XXX namespace aux { BOOST_MPL_HAS_XXX_TRAIT_DEF(element_type)