mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-04-19 16:18:40 +02:00
Turns out Sun CC doesn't like operator int().
[SVN r18512]
This commit is contained in:
@@ -102,12 +102,6 @@ public:
|
||||
return px != 0;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
operator int () const;
|
||||
|
||||
public:
|
||||
|
||||
#else
|
||||
|
||||
typedef T * (this_type::*unspecified_bool_type)() const;
|
||||
|
||||
Reference in New Issue
Block a user