element_type added

[SVN r16264]
This commit is contained in:
Peter Dimov
2002-11-15 19:44:48 +00:00
parent ff7410cad2
commit 2314f20c4e

View File

@ -47,6 +47,8 @@ private:
public:
typedef T element_type;
intrusive_ptr(): p_(0)
{
}