From 24ad6f217b0c57e97a86906513b2a08fa53b6a52 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 27 Jul 2001 11:36:53 +0000 Subject: [PATCH] Added fix due to kensai@pacbell.net [SVN r10708] --- include/boost/config.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index d46a4d12..5cce913b 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -521,7 +521,9 @@ # ifndef _GLOBAL_USING // can be defined in yvals.h # define BOOST_NO_STDC_NAMESPACE # endif -# define BOOST_MSVC_STD_ITERATOR +# if _CPPLIB_VER < 308 // fix due to kensai@pacbell.net +# define BOOST_MSVC_STD_ITERATOR +# endif # else # define BOOST_MSVC_STD_ITERATOR # define BOOST_NO_SLIST