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

Integrate Iterator Adaptor library into site

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

+ 4 - 1
index.htm

@@ -54,6 +54,9 @@ with any concerns you don't want to just post to the mailing list.</p>
 <h2>Latest News</h2>
 <p>???, 2001 - Version 1.??.?</p>
 <ul>
+  <li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>
+    added. Adapt a base type into a standard conforming iterator, and more, from
+    Dave Abrahams, Jeremy Siek, and John Potter.</li>
   <li><a href="more/generic_programming.html">Generic Programming Techniques</a>
     page added, contributed by Dave Abrahams.</li>
   <li> <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp; minor
@@ -154,7 +157,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
     &quot;utility&quot; sub-directory.</li>
 </ul>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->12 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40606" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->16 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40614" --></p>
 
 </body>
 

+ 4 - 1
libs/libraries.htm

@@ -57,6 +57,9 @@ content="text/html; charset=iso-8859-1">
         Generic graph components and algorithms from Jeremy Siek and a University of Notre Dame team.</li>
     <li><a href="integer/index.htm">integer</a> - Headers to ease
         dealing with integral types.</li>
+    <li><a href="utility/iterator_adaptors.htm">iterator adaptors</a> - Adapt a
+      base type into a standard conforming iterator, and more, from Dave
+      Abrahams, Jeremy Siek, and John Potter.</li>
     <li><a href="utility/operators.htm">operators</a> - Templates
         ease arithmetic classes and iterators from Dave Abrahams
         and Jeremy Siek.</li>
@@ -174,6 +177,6 @@ make and/or project files for various compilers.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->05 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14382" --></p>
+s-format="%d %b %Y" startspan -->16 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14385" --></p>
 </body>
 </html>

粤ICP备19079148号