diff --git a/enable_shared_from_this.html b/enable_shared_from_this.html index 425a781..8ff0a73 100644 --- a/enable_shared_from_this.html +++ b/enable_shared_from_this.html @@ -71,9 +71,9 @@ public:
Requires: enable_shared_from_this<T> must be an accessible base class of T. *this must be a subobject - of an instance t of type T. There must have - existed at least one shared_ptr instance p pointing - to t. + of an instance t of type T . There must exist + at least one shared_ptr instance p that owns + t.
Returns: A shared_ptr<T> instance r that shares @@ -85,9 +85,9 @@ public:
- Copyright © 2002 by Peter Dimov. Permission to copy, use, modify, sell and
- distribute this document is granted provided this copyright notice appears in
- all copies. This document is provided "as is" without express or implied
+ Copyright © 2002, 2003 by Peter Dimov. Permission to copy, use, modify, sell
+ and distribute this document is granted provided this copyright notice appears
+ in all copies. This document is provided "as is" without express or implied
warranty, and with no claim as to its suitability for any purpose.