Ticket #4385: boost_gcc_redefines.diff

File boost_gcc_redefines.diff, 496 bytes (added by nigels.com@…, 12 years ago)

Patch for boost w.r.t revision 63409

  • config/compiler/gcc.hpp

     
    135135//
    136136#if __GNUC__ * 100 + __GNUC_MINOR__ >= 403
    137137#  ifndef __GXX_RTTI
    138 #     define BOOST_NO_TYPEID
    139 #     define BOOST_NO_RTTI
     138#    ifndef BOOST_NO_TYPEID
     139#      define BOOST_NO_TYPEID
     140#    endif
     141#    ifndef BOOST_NO_RTTI
     142#      define BOOST_NO_RTTI
     143#    endif
    140144#  endif
    141145#endif
    142146