mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
added announcement for Dynamic Bitset
[SVN r14566]
This commit is contained in:
parent
58535a8b0a
commit
bd0e29512a
1 changed files with 4 additions and 1 deletions
|
@ -128,6 +128,9 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
Ron Garcia.</li>
|
||||
<li><a href="libs/signals/doc/index.html">Signals Library</a> added - managed signals & slots callback implementation, from Doug Gregor.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a>: major syntactic changes have been made. Some old syntax and little-used features have been deprecated (and will be removed shortly), and the syntax for the <code>boost::function</code> class template has been greatly improved on conforming compilers. Please see the <a href="libs/function/index.html#compatibility">compatibility note</a> for more information.</li>
|
||||
<li><a href="libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</a>
|
||||
added - a runtime sized version of the <tt>std::bitset</tt> class
|
||||
from Jeremy Siek and Chuck Allison.</li>
|
||||
</ul>
|
||||
<p>May 15, 2002 - Version 1.28.0</p>
|
||||
<ul>
|
||||
|
@ -232,4 +235,4 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue