mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Integrate Iterator Adaptor library into site
[SVN r9229]
This commit is contained in:
parent
1003bb908b
commit
c53b86ee9b
2 changed files with 8 additions and 2 deletions
|
@ -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>: minor
|
||||
|
@ -154,7 +157,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
|
|||
"utility" 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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue