Fix number of smart pointers. Refs #3456.

[SVN r57952]
This commit is contained in:
Peter Dimov 2009-11-26 20:37:59 +00:00
parent f671f14f3c
commit 82774c323d
2 changed files with 2 additions and 2 deletions

View file

@ -622,7 +622,7 @@
<firstname>Darin</firstname>
<surname>Adler</surname>
</author>
<librarypurpose>Five smart pointer class templates</librarypurpose>
<librarypurpose>Six smart pointer class templates</librarypurpose>
<librarycategory name="category:memory"/>
</libraryinfo>
</library>

View file

@ -635,7 +635,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<ul>
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
<li><a href="smart_ptr/index.html">smart_ptr</a> - Six smart
pointer class templates, from Greg Colvin, Beman Dawes,
Peter Dimov, and Darin Adler.</li>
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>