Port unspecified_bool fix for Sun 5.8 from RC_1_34

[SVN r40708]
This commit is contained in:
Peter Dimov
2007-11-02 23:46:04 +00:00
parent 7b5beeedde
commit f854829d86

View File

@ -383,7 +383,7 @@ public:
// implicit conversion to "bool"
#if ( defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530) ) || defined(__CINT__)
#if ( defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580) ) || defined(__CINT__)
operator bool () const
{