forked from boostorg/smart_ptr
element_type added
[SVN r16264]
This commit is contained in:
@ -47,6 +47,8 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
typedef T element_type;
|
||||
|
||||
intrusive_ptr(): p_(0)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user