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

Add Variant library

[SVN r18594]
Beman Dawes 23 лет назад
Родитель
Сommit
658c636622
2 измененных файлов с 13 добавлено и 3 удалено
  1. 5 1
      index.htm
  2. 8 2
      libs/libraries.htm

+ 5 - 1
index.htm

@@ -105,6 +105,10 @@
                                 <h2><a name="Latest News">Latest News</a></h2>
                                 <p>????? 2003 - Version 1.31.0</p>
                                 <ul>
+                                  <li><a href="libs/variant/index.html">Variant 
+                                  Library</a> added - Type-safe objects with an 
+                                  inhomogeneous set of types, from Eric Friedman 
+                                  and Itay Maman.</li>
                                   <li>Add news here!</li>
                                 </ul>
                                 <p>March 19, 2003 - Version 1.30.0</p>
@@ -312,6 +316,6 @@
         </table>
         <hr>
         <p>Revised 
-            <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 March, 2003<!--webbot bot="Timestamp" endspan i-checksum="28830" --></p>
+            <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->28 May, 2003<!--webbot bot="Timestamp" endspan i-checksum="13988" --></p>
     </body>
 </html>

+ 8 - 2
libs/libraries.htm

@@ -202,7 +202,9 @@ out how to build object libraries, when needed.</p>
     <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
-        function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
+        function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
+    <li><a href="variant/index.html">variant</a> - Type-safe objects with an 
+    inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
 </ul>
 
 <hr>
@@ -240,6 +242,8 @@ out how to build object libraries, when needed.</p>
     <li><a href="property_map/property_map.html">property map</a>
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
+    <li><a href="variant/index.html">variant</a> - Type-safe objects with an 
+    inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
 </ul>
 
 <h3><a name="Iterators">Iterators</a></h3>
@@ -400,6 +404,8 @@ out how to build object libraries, when needed.</p>
         Hinnant, et al.</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="variant/index.html">variant</a> - Type-safe objects with an 
+    inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
 </ul>
 
 <h3><a name="IO">Input/Output</a></h3>
@@ -496,6 +502,6 @@ out how to build object libraries, when needed.</p>
 
 <p>Revised 
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->04 Feb 2003<!--webbot bot="Timestamp" endspan i-checksum="14388" --></p>
+s-format="%d %b %Y" startspan -->28 May 2003<!--webbot bot="Timestamp" endspan i-checksum="15126" --></p>
 </body>
 </html>

粤ICP备19079148号