Attempt to fix sun-5.8 shared_ptr_delete_fail regression

[SVN r34466]
This commit is contained in:
Peter Dimov
2006-07-06 12:13:25 +00:00
parent 75cd88112c
commit 7e5d7011e6

View File

@ -330,7 +330,7 @@ public:
return px != 0;
}
#elif defined( _MANAGED )
#elif defined( _MANAGED ) || defined( __SUNPRO_CC )
static void unspecified_bool( this_type*** )
{