diff --git a/shared_ptr.htm b/shared_ptr.htm index c9fe1e6..2108b43 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -2,21 +2,22 @@
Introduction
Synopsis
Members
Example
Handle/Body Idiom
-Frequently Asked Questions
-Smart Pointer Timings
Class shared_ptr stores a pointer to a dynamically allocated object. (Dynamically allocated objects are allocated with the C++ new @@ -256,7 +257,7 @@ had to meet stringent complexity requirements.
[Provided by Peter Dimov]Revised 13 July, 2001 +
Revised 11 January, 2002
© Copyright Greg Colvin and Beman Dawes 1999. Permission to copy, use, modify, sell and distribute this document is granted provided this copyright @@ -266,4 +267,4 @@ any purpose.
-