diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index 34e4e4b..0e2ef72 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -21,7 +21,7 @@ namespace boost { -# ifdef BOOST_NO_STD_ITERATOR +# if defined(BOOST_NO_STD_ITERATOR) && !defined(BOOST_MSVC_STD_ITERATOR) template