From 7e5d7011e6b8770b2e7402cc4b9ff5877285b0be Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 6 Jul 2006 12:13:25 +0000 Subject: [PATCH] Attempt to fix sun-5.8 shared_ptr_delete_fail regression [SVN r34466] --- 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 b1868fe..0aaa48d 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -330,7 +330,7 @@ public: return px != 0; } -#elif defined( _MANAGED ) +#elif defined( _MANAGED ) || defined( __SUNPRO_CC ) static void unspecified_bool( this_type*** ) {