From 3c211cf52ae03c133ad9b40faa7087c3191199a2 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 11 Jun 2001 13:18:06 +0000 Subject: [PATCH] Dinkumware fix from Mike Thompson [SVN r10308] --- include/boost/config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 4081db34..88b3e1e7 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -472,8 +472,9 @@ # ifndef _GLOBAL_USING // can be defined in yvals.h # define BOOST_NO_STDC_NAMESPACE # endif +# define BOOST_MSVC_STD_ITERATOR # else -# define BOOST_MSVC_STD_ITERATOR 1 +# define BOOST_MSVC_STD_ITERATOR # define BOOST_NO_SLIST # define BOOST_NO_HASH # define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS