mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
New casts for smart pointers.
[SVN r12743]
This commit is contained in:
parent
c25350951f
commit
1e5fc20bf6
3 changed files with 20 additions and 12 deletions
28
index.htm
28
index.htm
|
@ -82,6 +82,13 @@ members are encouraged to participate in
|
|||
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/smart_ptr/index.htm">Smart Pointers Library</a>: Added
|
||||
<a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">shared_polymorphic_cast</a>
|
||||
and
|
||||
<a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">shared_polymorphic_downcast</a>.</li>
|
||||
</ul>
|
||||
<p>February 5, 2002 - Version 1.27.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a>: Scott Snyder contributed inplace operator support.</li>
|
||||
|
@ -106,15 +113,16 @@ formal reviews of proposed libraries.</p>
|
|||
<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>
|
||||
<li><a href="libs/preprocessor/doc/index.htm">Preprocessor Library</a>:
|
||||
changed macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added
|
||||
support for <a href="libs/preprocessor/doc/reference/list_adt.htm">list data structure</a> manipulation, added examples,
|
||||
made library ANSI C friendly, added generalized <a href="libs/preprocessor/doc/reference/for.htm">repetition</a>
|
||||
and <a href="libs/preprocessor/doc/reference/while.htm">iteration</a> primitives, improved reference
|
||||
manual.
|
||||
<li><a href="libs/thread/doc/index.html">Threads Library:</a> Mac
|
||||
Carbon implementation contributed by Mac Murrett.<li>Minor fixes
|
||||
to many libraries.</ul>
|
||||
<li><a href="libs/preprocessor/doc/index.htm">Preprocessor Library</a>:
|
||||
changed macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added
|
||||
support for <a href="libs/preprocessor/doc/reference/list_adt.htm">list data structure</a> manipulation, added examples,
|
||||
made library ANSI C friendly, added generalized <a href="libs/preprocessor/doc/reference/for.htm">repetition</a>
|
||||
and <a href="libs/preprocessor/doc/reference/while.htm">iteration</a> primitives, improved reference
|
||||
manual.</li>
|
||||
<li><a href="libs/thread/doc/index.html">Threads Library:</a> Mac
|
||||
Carbon implementation contributed by Mac Murrett.</li>
|
||||
<li>Minor fixes to many libraries.</li>
|
||||
</ul>
|
||||
<p>November 30, 2001 - Version 1.26.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/math/doc/common_factor.html">Common Factor Library</a>
|
||||
|
@ -213,4 +221,4 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a560dd54321439d169837e22f0c28cfb8c35f61
|
||||
Subproject commit 23e5f7cca38eb3487b0a527abe017c09456f4782
|
|
@ -1 +1 @@
|
|||
Subproject commit f9782387d9524b91092a7df63f4e8ccf4524c3e3
|
||||
Subproject commit 0dd3285d5668ca25da0858ca9cce80a972a5d6dd
|
Loading…
Add table
Reference in a new issue