Add boost/any.hpp
[SVN r10513]
This commit is contained in:
parent
d92bac3131
commit
a0bfc2066e
@ -67,6 +67,8 @@ Standard Library.</p>
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>June ??, 2001 - Version 1.23.0
|
||||
<ul>
|
||||
<li><a href="libs/any/index.html">Any Library</a> added. Safe, generic
|
||||
container for single values of different value types, from Kevlin Henney.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a> added. Function
|
||||
object wrappers for deferred calls or callbacks, from Doug Gregor.</li>
|
||||
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a> added. Break a
|
||||
@ -114,7 +116,7 @@ Standard Library.</p>
|
||||
<li><a href="libs/regex/index.htm">Regex Library</a>: Minor portability fixes.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->21 June 2001<!--webbot bot="Timestamp" endspan i-checksum="17550" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->03 July 2001<!--webbot bot="Timestamp" endspan i-checksum="18768" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -31,6 +31,8 @@ content="text/html; charset=iso-8859-1">
|
||||
<h1>Boost Libraries</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
||||
values of different value types, from Kevlin Henney. </li>
|
||||
<li><a href="array/index.htm">array</a> - STL compliant
|
||||
container wrapper for arrays of constant size, from
|
||||
Nicolai Josuttis.</li>
|
||||
@ -146,6 +148,6 @@ how to download and install the libraries.</p>
|
||||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->21 Jun 2001<!--webbot bot="Timestamp" endspan i-checksum="15048" --></p>
|
||||
s-format="%d %b %Y" startspan -->03 Jul 2001<!--webbot bot="Timestamp" endspan i-checksum="14986" --></p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user