forked from boostorg/smart_ptr
Port unspecified_bool fix for Sun 5.8 from RC_1_34
[SVN r40708]
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user