mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 04:47:12 +02:00
CINT support (Nils Krumnack)
[SVN r39282]
This commit is contained in:
@ -383,7 +383,7 @@ public:
|
||||
|
||||
// implicit conversion to "bool"
|
||||
|
||||
#if defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530)
|
||||
#if ( defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530) ) || defined(__CINT__)
|
||||
|
||||
operator bool () const
|
||||
{
|
||||
|
Reference in New Issue
Block a user