forked from boostorg/config
Gcc 3 does have a std C namespace
[SVN r20543]
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
# define BOOST_HAS_GETTIMEOFDAY
|
# define BOOST_HAS_GETTIMEOFDAY
|
||||||
# define BOOST_HAS_SIGACTION
|
# define BOOST_HAS_SIGACTION
|
||||||
|
|
||||||
# ifndef __APPLE_CC__
|
# if (__GNUC__ < 3) && !defined( __APPLE_CC__)
|
||||||
|
|
||||||
// GCC strange "ignore std" mode works better if you pretend everything
|
// GCC strange "ignore std" mode works better if you pretend everything
|
||||||
// is in the std namespace, for the most part.
|
// is in the std namespace, for the most part.
|
||||||
@ -67,3 +67,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user