From 5a85c1f0f2f26e6fc3c5536ddc8d8459304fa774 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 14 Sep 2007 19:19:09 +0000 Subject: [PATCH] CINT support (Nils Krumnack) [SVN r39282] --- include/boost/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index fca726f..9c1365f 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -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 {