summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2006-03-19 20:09:52 +0000
committerPeter Dimov <pdimov@pdimov.com>2006-03-19 20:09:52 +0000
commit2138ebd7ae48c6a887424d0503c9eb692e980b5d (patch)
tree816db8c4af975b71c81beca33591ee023f9324fe /index.htm
parent11ba70e7831e31372df96b6602d3204e4c0ca9a8 (diff)
downloadboost-2138ebd7ae48c6a887424d0503c9eb692e980b5d.tar.gz
Smart Pointers Library entry added.
[SVN r33394]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index b5c1f89201..9d0bc7c8e0 100644
--- a/index.htm
+++ b/index.htm
@@ -451,6 +451,28 @@
<li>
<span class="library"><a href=
+ "libs/smart_ptr/smart_ptr.htm">Smart
+ Pointers Library</a>:</span>
+
+ <ul>
+ <li><a href=
+ "libs/smart_ptr/shared_ptr.htm#allocator_constructor">
+ Allocator support</a> as proposed in <a href=
+ "http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">
+ N1851</a> (162 Kb PDF).</li>
+
+ <li><a href=
+ "libs/smart_ptr/pointer_cast.html">
+ <code>pointer_cast</code></a> and <a href=
+ "libs/smart_ptr/pointer_to_other.html">
+ <code>pointer_to_other</code></a> utilities to
+ allow pointer-independent code, from Ion
+ Gaztanaga.</li>
+ </ul>
+ </li>
+
+ <li>
+ <span class="library"><a href=
"libs/wave/doc/index.html">Wave
Library</a>:</span>