mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Add an entry for the smart pointers library.
[SVN r12673]
This commit is contained in:
parent
cdc78c97d0
commit
4f518e4caa
1 changed files with 3 additions and 2 deletions
|
@ -84,17 +84,18 @@ formal reviews of proposed libraries.</p>
|
|||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>Sometime in the Future - Version Not Yet Known</p>
|
||||
<ul>
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a>: Scott Snyder contributed inplace operator support.
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a>: Scott Snyder contributed inplace operator support.</li>
|
||||
<li><a href="libs/integer/index.htm">Integer Library</a>: Daryle
|
||||
Walker contributed enhancements to the
|
||||
<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.
|
||||
<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/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
|
||||
<li><a href="libs/smart_ptr/index.html">Smart Pointers Library</a>: Peter Dimov contributed a new implementation that fixeds some bugs and adds some features.</li>
|
||||
|
||||
</ul>
|
||||
<p>November 30, 2001 - Version 1.26.0</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue