From ac327f51e9f94885632038295a09d45425163dcf Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 18 Sep 2001 11:13:39 +0000 Subject: [PATCH] commit of split-config, including any changes required to existing libraries (mainly regex). [SVN r11138] --- include/boost/iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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