From 392bbe5700df9ae51b3d133f883d55658d011e94 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Jul 2002 11:43:45 +0000 Subject: [PATCH] Updated dinkumware config: should work for Intel C++ now. [SVN r14626] --- include/boost/config/stdlib/dinkumware.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/stdlib/dinkumware.hpp b/include/boost/config/stdlib/dinkumware.hpp index afd5ba1f..95689396 100644 --- a/include/boost/config/stdlib/dinkumware.hpp +++ b/include/boost/config/stdlib/dinkumware.hpp @@ -50,9 +50,9 @@ # endif #endif -#if defined(_MSC_VER) && (_MSC_VER <= 1200) || !defined(_CPPLIB_VER) || _CPPLIB_VER < 306 +#if (defined(_MSC_VER) && (_MSC_VER <= 1300)) || !defined(_CPPLIB_VER) || _CPPLIB_VER < 306 // if we're using a dinkum lib that's - // been configured for VC6 then there is + // been configured for VC6/7 then there is // no iterator traits (true even for icl) # define BOOST_NO_STD_ITERATOR_TRAITS #endif