Răsfoiți Sursa

Documentation updates.

[SVN r12675]
Darin Adler 24 ani în urmă
părinte
comite
75cd2a17ca
2 a modificat fișierele cu 16 adăugiri și 8 ștergeri
  1. 15 7
      index.htm
  2. 1 1
      libs/smart_ptr

+ 15 - 7
index.htm

@@ -88,15 +88,23 @@ formal reviews of proposed libraries.</p>
   <li><a href="libs/integer/index.htm">Integer Library</a>: Daryle
   <li><a href="libs/integer/index.htm">Integer Library</a>: Daryle
   Walker contributed enhancements to the
   Walker contributed enhancements to the
   <a href="libs/integer/integer.htm">type selection templates</a>,
   <a href="libs/integer/integer.htm">type selection templates</a>,
-and added new compile-time 
-<a href="libs/integer/doc/integer_mask.html">bit mask</a>,
-<a href="libs/integer/doc/static_log2.html">binary logarithm</a>, and
-<a href="libs/integer/doc/static_min_max.html">extrema</a> templates.</li>
-  <li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code> objects store a reference to a function object target instead of a copy, using <a href="libs/bind/ref.html"><code>ref</code></a>. Stateless objects are optimized so that they require no dynamic storage.</li>
+  and added new compile-time 
+  <a href="libs/integer/doc/integer_mask.html">bit mask</a>,
+  <a href="libs/integer/doc/static_log2.html">binary logarithm</a>, and
+  <a href="libs/integer/doc/static_min_max.html">extrema</a> templates.</li>
+  <li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code>
+  objects store a reference to a function object target instead of a copy, using
+  <a href="libs/bind/ref.html"><code>ref</code></a>.
+  Stateless objects are optimized so that they require no dynamic storage.</li>
   <li><a href="libs/math/quaternion/index.html">Quaternions</a>: added support for GCC 2.95.x.</a></li>
   <li><a href="libs/math/quaternion/index.html">Quaternions</a>: added support for GCC 2.95.x.</a></li>
   <li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
   <li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
-  <li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Peter Dimov contributed a new implementation that fixeds some bugs and adds some features.</li>
-
+  <li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Peter Dimov contributed a new
+  implementation that fixes some bugs and adds some features including
+  <a href="libs/smart_ptr/shared_ptr.htm#constructors">custom delete functions</a>,
+  a new <a href="libs/smart_ptr/weak_ptr.htm">weak_ptr</a>, and
+  <a href="libs/smart_ptr/shared_ptr.htm#shared_static_cast">shared_static_cast</a>
+  and
+  <a href="libs/smart_ptr/shared_ptr.htm#shared_dynamic_cast">shared_dynamic_cast</a>.</li>
 </ul>
 </ul>
 <p>November 30, 2001 - Version 1.26.0</p>
 <p>November 30, 2001 - Version 1.26.0</p>
 <ul>
 <ul>

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit 590757e2b22b9a014ce37bc4d4902d8447115ed0
+Subproject commit 758954a93f0ac047907ac58c4d3ea0a5df2580b1

粤ICP备19079148号