From 72c5cc395a71fe8de1142b27fbbc0c18691f51d5 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 3 Aug 2005 21:42:39 +0000 Subject: [PATCH] fixed broken links [SVN r30431] --- shared_ptr.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_ptr.htm b/shared_ptr.htm index 5b7f47b..26fd78e 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -621,7 +621,7 @@ p3.reset(new int(2)); // undefined, multiple writes day a highly configurable smart pointer may be invented that is also very easy to use and very hard to misuse. Until then, shared_ptr is the smart pointer of choice for a wide range of applications. (Those interested in policy - based smart pointers should read + based smart pointers should read Modern C++ Design by Andrei Alexandrescu.)

Q. I am not convinced. Default parameters can be used where appropriate