From 8d9d0c50da3f971b4823543df76a7d3a28df62c2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 21 Feb 2002 11:34:11 +0000 Subject: [PATCH] Defined BOOST_NO_STDC_NAMESPACE for VC6 (or compatible) compiler with updated Dinkumware lib. [SVN r12873] --- include/boost/config/stdlib/dinkumware.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/stdlib/dinkumware.hpp b/include/boost/config/stdlib/dinkumware.hpp index 71bb2c0f..d2c4ea87 100644 --- a/include/boost/config/stdlib/dinkumware.hpp +++ b/include/boost/config/stdlib/dinkumware.hpp @@ -28,6 +28,8 @@ // if this lib version is set up for vc6 then there is no std::use_facet: # define BOOST_NO_STD_USE_FACET # define BOOST_HAS_TWO_ARG_USE_FACET + // C lib functions aren't in namespace std either: +# define BOOST_NO_STDC_NAMESPACE # endif // 3.06 appears to have (non-sgi versions of) & , // and no at all