Ticket #4059: boost_config_gcc.diff

File boost_config_gcc.diff, 300 bytes (added by nigels@…, 13 years ago)

Avoid redefining BOOST_NO_EXCEPTIONS

  • gcc.hpp

     
    6969#  endif
    7070#endif
    7171
    72 #ifndef __EXCEPTIONS
     72#if !defined(__EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS)
    7373# define BOOST_NO_EXCEPTIONS
    7474#endif
    7575