Gcc 3 does have a std C namespace

[SVN r20543]
This commit is contained in:
John Maddock
2003-10-29 12:01:47 +00:00
parent 5959d6bce2
commit a2c5a2a065

View File

@ -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