From 08df55159baad83c9ccfa9166bac4bd78d0d3383 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 4 Feb 2002 18:51:16 +0000 Subject: [PATCH] Fix broken links [SVN r12697] --- smart_ptr.htm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/smart_ptr.htm b/smart_ptr.htm index 0f5246d..682a675 100644 --- a/smart_ptr.htm +++ b/smart_ptr.htm @@ -29,27 +29,27 @@ thus responsible for deletion of the object when it is no longer needed.

- + - + - + - + - +
scoped_ptr<boost/scoped_ptr.hpp><boost/scoped_ptr.hpp> Simple sole ownership of single objects. Noncopyable.
scoped_array<boost/scoped_array.hpp><boost/scoped_array.hpp> Simple sole ownership of arrays. Noncopyable.
shared_ptr<boost/shared_ptr.hpp><boost/shared_ptr.hpp> Object ownership shared among multiple pointers
shared_array<boost/shared_array.hpp><boost/shared_array.hpp> Array ownership shared among multiple pointers.
weak_ptr<boost/weak_ptr.hpp><boost/weak_ptr.hpp> Non-owning observers of an object owned by shared_ptr.
@@ -196,7 +196,7 @@ implementation.


Revised 1 February 200204 February 2002

Copyright 1999 Greg Colvin and Beman Dawes. Copyright 2002 Darin Adler.