From 0db2a884032bf06400b2d70c1d2f1069bb43dcd4 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 12 Aug 2005 13:02:37 +0000 Subject: [PATCH] Merged from 1.33.0 release [SVN r30540] --- 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