Patch for macro redefinitions.

Fixes #4385.

[SVN r63439]
This commit is contained in:
John Maddock
2010-06-29 16:02:13 +00:00
parent 345c804440
commit e65ec6d169

View File

@ -135,10 +135,14 @@
//
#if __GNUC__ * 100 + __GNUC_MINOR__ >= 403
# ifndef __GXX_RTTI
# ifndef BOOST_NO_TYPEID
# define BOOST_NO_TYPEID
# endif
# ifndef BOOST_NO_RTTI
# define BOOST_NO_RTTI
# endif
# endif
#endif
// C++0x features not implemented in any GCC version
//