diff --git a/shared_ptr.htm b/shared_ptr.htm index fc9df88..be047d7 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -408,7 +408,7 @@ q = p; pointer of choice for a wide range of applications. (Those interested in policy based smart pointers should read Modern C++ Design by Andrei Alexandrescu.)

-

Q. I am not convinced. Default parameters can be use where appropriate to +

Q. I am not convinced. Default parameters can be used where appropriate to hide the complexity. Again, why not policies?
A. Template parameters affect the type. See the answer to the first question above.