CINT support (Nils Krumnack)

[SVN r39282]
This commit is contained in:
Peter Dimov
2007-09-14 19:19:09 +00:00
parent f5ce4dbc4c
commit 5a85c1f0f2

View File

@ -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
{