Quellcode durchsuchen

MPL added

[SVN r16779]
Beman Dawes vor 23 Jahren
Ursprung
Commit
6778579eb6
2 geänderte Dateien mit 15 neuen und 5 gelöschten Zeilen
  1. 4 1
      index.htm
  2. 11 4
      libs/libraries.htm

+ 4 - 1
index.htm

@@ -166,6 +166,9 @@
                   <li><a href="libs/filesystem/doc/index.htm">Filesystem Library</a> 
                   added - Portable paths, iteration over directories, and other 
                   useful filesystem operations, from Beman Dawes.</li>
+    <li><a href="libs/mpl/doc/index.html">MPL</a> added - Template 
+    metaprogramming framework of compile-time algorithms, sequences and 
+    metafunction classes, from Aleksey Gurtovoy.</li>
                 </ul>
 
                 <p>October 10, 2002 - Version 1.29.0</p>
@@ -375,6 +378,6 @@
     <hr>
 
     <p>Revised 
-    <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->23 December, 2002<!--webbot bot="Timestamp" endspan i-checksum="38510" --></p>
+    <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->06 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38576" --></p>
   </body>
 </html>

+ 11 - 4
libs/libraries.htm

@@ -134,6 +134,9 @@ out how to build object libraries, when needed.</p>
     <li><a href="math/special_functions/index.html">math/special_functions</a> -
         Mathematical special functions such as atanh, sinc, and sinhc,
         from Hubert Holin.</li>
+    <li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming 
+    framework of compile-time algorithms, sequences and metafunction classes, 
+    from Aleksey Gurtovoy.</li>
     <li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional 
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
     <li><a href="utility/operators.htm">operators</a> - Templates
@@ -141,7 +144,7 @@ out how to build object libraries, when needed.</p>
         and Jeremy Siek.</li>
     <li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
       Steve Cleary.</li>
-    <li><a href="preprocessor/doc/index.htm">preprocessor</a> - Preprocessor 
+    <li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor 
     metaprogramming tools including repetition and recursion, from Vesa Karvonen 
     and Paul Mensonides.</li>
     <li><a href="property_map/property_map.html">property map</a>
@@ -302,6 +305,9 @@ out how to build object libraries, when needed.</p>
 <h3>Template <a name="Metaprogramming"> Metaprogramming</a></h3>
 
 <ul>
+    <li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming 
+    framework of compile-time algorithms, sequences and metafunction classes, 
+    from Aleksey Gurtovoy.</li>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
@@ -313,7 +319,7 @@ out how to build object libraries, when needed.</p>
 <h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
 
 <ul>
-    <li><a href="preprocessor/doc/index.htm">preprocessor</a> - Preprocessor 
+    <li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor 
     metaprogramming tools including repetition and recursion, from Vesa Karvonen 
     and Paul Mensonides.</li>
 </ul>
@@ -463,7 +469,8 @@ out how to build object libraries, when needed.</p>
 
 <hr>
 
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->23 Dec 2002<!--webbot bot="Timestamp" i-checksum="14400" endspan --></p>
+<p>Revised 
+<!--webbot bot="Timestamp" s-type="EDITED"
+s-format="%d %b %Y" startspan -->06 Jan 2003<!--webbot bot="Timestamp" endspan i-checksum="14744" --></p>
 </body>
 </html>

粤ICP备19079148号