Просмотр исходного кода

Add Tuple Library

[SVN r10833]
Beman Dawes 25 лет назад
Родитель
Сommit
eef1d023bd
2 измененных файлов с 10 добавлено и 2 удалено
  1. 7 1
      index.htm
  2. 3 1
      libs/libraries.htm

+ 7 - 1
index.htm

@@ -65,6 +65,12 @@ that the Boost libraries are suitable for eventual standardization. Indeed, the
 explicit intent is to propose many of these libraries for inclusion in the C++
 Standard Library.</p>
 <h2><a name="Latest News">Latest News</a></h2>
+<p>August ???, 2001 - Version 1.24.0
+<ul>
+  <li><a href="libs/tuple/doc/tuple_users_guide.html">Tuple Library</a> added.
+    Tuples ease definition of functions returning multiple values, and more,
+    from Jaakko Järvi.</li>
+</ul>
 <p>July 6, 2001 - Version 1.23.0
 <ul>
   <li><a href="libs/any/index.html">Any Library</a> added. Safe, generic
@@ -120,7 +126,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 -->06 July 2001<!--webbot bot="Timestamp" endspan i-checksum="18774" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->10 August 2001<!--webbot bot="Timestamp" endspan i-checksum="31269" --></p>
 
 </body>
 

+ 3 - 1
libs/libraries.htm

@@ -107,6 +107,8 @@ content="text/html; charset=iso-8859-1">
         Dawes.</li>
     <li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
       character sequence into a series of tokens, from John Bandela.</li>
+    <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
+    from Jaakko Järvi.</li>
     <li><a href="type_traits/index.htm">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
@@ -148,6 +150,6 @@ how to download and install the libraries.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->03 Jul 2001<!--webbot bot="Timestamp" endspan i-checksum="14986" --></p>
+s-format="%d %b %Y" startspan -->10 Aug 2001<!--webbot bot="Timestamp" endspan i-checksum="14749" --></p>
 </body>
 </html>

粤ICP备19079148号