diff --git a/shared_ptr.htm b/shared_ptr.htm index fb15da1..1eaf661 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -170,8 +170,7 @@ void bad()

constructors

shared_ptr(); // never throws
-

Effects: Constructs an empty shared_ptr. Empty - shared_ptr objects have an unspecified use_count.

+

Effects: Constructs an empty shared_ptr.

Postconditions: use_count() == 0 && get() == 0.

Throws: nothing.