From 97118668e2d71655f2f08b596715c549d8506f44 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 6 Apr 2007 00:21:41 +0000 Subject: [PATCH] Fix compare_fail failure [SVN r37373] --- include/boost/shared_ptr.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index 6391b56..78128e6 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -323,8 +323,6 @@ public: // implicit conversion to "bool" -/* - #if defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530) operator bool () const @@ -334,8 +332,6 @@ public: #elif defined( _MANAGED ) -*/ - static void unspecified_bool( this_type*** ) { } @@ -347,8 +343,6 @@ public: return px == 0? 0: unspecified_bool; } -/* - #elif \ ( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, < 0x3200) ) || \ ( defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ < 304) ) @@ -371,8 +365,6 @@ public: #endif -*/ - // operator! is redundant, but some compilers need it bool operator! () const // never throws