From a2c5a2a0657bb5d36d27931efda1d5c1f2604849 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 29 Oct 2003 12:01:47 +0000 Subject: [PATCH] Gcc 3 does have a std C namespace [SVN r20543] --- include/boost/config/platform/macos.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/platform/macos.hpp b/include/boost/config/platform/macos.hpp index 216049f8..edaf1a75 100644 --- a/include/boost/config/platform/macos.hpp +++ b/include/boost/config/platform/macos.hpp @@ -37,7 +37,7 @@ # define BOOST_HAS_GETTIMEOFDAY # define BOOST_HAS_SIGACTION -# ifndef __APPLE_CC__ +# if (__GNUC__ < 3) && !defined( __APPLE_CC__) // GCC strange "ignore std" mode works better if you pretend everything // is in the std namespace, for the most part. @@ -67,3 +67,4 @@ #endif +