From 2121039a2bb7574d963fd66141a3736e7d5ce877 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 21 Sep 2004 14:39:50 +0000 Subject: [PATCH] Use proper configuration macros. [SVN r25312] --- include/boost/python/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index d25070c4..cdf936d8 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -46,7 +46,7 @@ // The STLport puts all of the standard 'C' library names in std (as far as the // user is concerned), but without it you need a fix if you're using MSVC or // Intel C++ -# if defined(BOOST_MSVC_STD_ITERATOR) +# if defined(BOOST_NO_STDC_NAMESPACE) # define BOOST_CSTD_ # else # define BOOST_CSTD_ std