From 11ec5153783df16d216450fbdc8edd8bd0862d7f Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 11 Jan 2002 16:15:09 +0000 Subject: [PATCH] Fix broken link [SVN r12285] --- shared_ptr.htm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 @@ shared_ptr - + -

c++boost.gif (8819 bytes)Class +

+c++boost.gif (8819 bytes)Class shared_ptr

Introduction
Synopsis

Members
Example
Handle/Body Idiom
-Frequently Asked Questions
-Smart Pointer Timings

+Frequently Asked Questions
+Smart Pointer Timings

Introduction

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.

- + \ No newline at end of file