Ticket #4363: boost_detail_gcc_warning_cleanup.diff

File boost_detail_gcc_warning_cleanup.diff, 453 bytes (added by tatu.kilappa@…, 12 years ago)

fix for boost/detail/workaround.hpp

  • boost/detail/workaround.hpp

     
    9595#else
    9696#define __SUNPRO_CC_WORKAROUND_GUARD 0
    9797#endif
     98#ifndef SUNPRO_CC
     99#define SUNPRO_CC_WORKAROUND_GUARD 1
     100#else
     101#define SUNPRO_CC_WORKAROUND_GUARD 0
     102#endif
    98103#ifndef __DECCXX_VER
    99104#define __DECCXX_VER_WORKAROUND_GUARD 1
    100105#else