Typo fixed.

[SVN r13770]
This commit is contained in:
Peter Dimov
2002-05-09 11:16:29 +00:00
parent 70255d46bb
commit ecb0b4478b

View File

@@ -408,7 +408,7 @@ q = p;
pointer of choice for a wide range of applications. (Those interested in policy
based smart pointers should read <A href="http://cseng.aw.com/book/0,,0201704315,00.html">
Modern C++ Design</A> by Andrei Alexandrescu.)</P>
<P><B>Q.</B> I am not convinced. Default parameters can be use where appropriate to
<P><B>Q.</B> I am not convinced. Default parameters can be used where appropriate to
hide the complexity. Again, why not policies?<BR>
<B>A.</B> Template parameters affect the type. See the answer to the first
question above.</P>