mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
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;
|
return px != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif defined( _MANAGED )
|
#elif defined( _MANAGED ) || defined( __SUNPRO_CC )
|
||||||
|
|
||||||
static void unspecified_bool( this_type*** )
|
static void unspecified_bool( this_type*** )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user