summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2001-07-03 14:08:28 +0000
committerBeman Dawes <bdawes@acm.org>2001-07-03 14:08:28 +0000
commita0bfc2066ee504ecab5b13aa16d25360e6e03770 (patch)
treeb409755516b878abc9d36b44f679e247045c6b3a
parentd92bac31314b34bb932d39580d4393964cb076e4 (diff)
downloadboost-a0bfc2066ee504ecab5b13aa16d25360e6e03770.tar.gz
Add boost/any.hpp
[SVN r10513]
-rw-r--r--index.htm4
-rw-r--r--libs/libraries.htm4
2 files changed, 6 insertions, 2 deletions
diff --git a/index.htm b/index.htm
index 8f444240e2..545d792c22 100644
--- a/index.htm
+++ b/index.htm
@@ -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>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 9c6416c78d..08909ec81c 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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.&nbsp;</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>