From bd702153cb1bf6ef42d317f32fcc36dcf50cb7e9 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 19 May 2001 21:05:18 +0000 Subject: [PATCH] additional fix for Intel C++ with Dinkumware 3.06 [SVN r10157] --- include/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 962d0569..c476a3b7 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -350,7 +350,7 @@ # // full dinkumware 3.06 and above # define BOOST_NO_HASH # define BOOST_NO_STD_ITERATOR_TRAITS -# ifndef _GLOBAL_USING // can be defined in yvals.h +# if _GLOBAL_USING // can be defined in yvals.h # define BOOST_NO_STDC_NAMESPACE # endif # else // assume using dinkumware's STL that comes with VC++ 6.0