Browse Source

Add boost/any.hpp

[SVN r10513]
Beman Dawes 25 years ago
parent
commit
a0bfc2066e
2 changed files with 6 additions and 2 deletions
  1. 3 1
      index.htm
  2. 3 1
      libs/libraries.htm

+ 3 - 1
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>
 

+ 3 - 1
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>

粤ICP备19079148号