forked from boostorg/smart_ptr
Attempt to fix sun-5.8 shared_ptr_delete_fail regression
[SVN r34466]
This commit is contained in:
@ -330,7 +330,7 @@ public:
|
||||
return px != 0;
|
||||
}
|
||||
|
||||
#elif defined( _MANAGED )
|
||||
#elif defined( _MANAGED ) || defined( __SUNPRO_CC )
|
||||
|
||||
static void unspecified_bool( this_type*** )
|
||||
{
|
||||
|
Reference in New Issue
Block a user