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,8 +135,12 @@
// //
#if __GNUC__ * 100 + __GNUC_MINOR__ >= 403 #if __GNUC__ * 100 + __GNUC_MINOR__ >= 403
# ifndef __GXX_RTTI # ifndef __GXX_RTTI
# define BOOST_NO_TYPEID # ifndef BOOST_NO_TYPEID
# define BOOST_NO_RTTI # define BOOST_NO_TYPEID
# endif
# ifndef BOOST_NO_RTTI
# define BOOST_NO_RTTI
# endif
# endif # endif
#endif #endif