diff --git a/shared_ptr.htm b/shared_ptr.htm index a752629..5b4444f 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -522,6 +522,7 @@ q = p;
Returns: If *this owns a deleter d
of type (cv-unqualified) D, returns &d
;
otherwise returns 0.
Throws: nothing.
See shared_ptr_example.cpp for a