Added minmax library in Section Algorithms.

[SVN r23311]
This commit is contained in:
Hervé Brönnimann 2004-07-01 20:54:44 +00:00
parent 706a760415
commit b8f01ac986

View file

@ -111,7 +111,7 @@ how to download, build, and install the libraries.</p>
dealing with integral types.</li>
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
usual arithmetic functions to mathematical intervals, from Guillaume
Melquiond, Hervé Brönnimann and Sylvain Pion.</li>
Melquiond, Herv&acute; Br&ouml;nnimann and Sylvain Pion.</li>
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
prevent jumbled data, from Daryle Walker.</li>
<li><a href="iterator/doc/index.html">iterators</a> - Iterator
@ -131,6 +131,9 @@ how to download, build, and install the libraries.</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="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</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>
@ -269,6 +272,9 @@ how to download, build, and install the libraries.</p>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team.</li>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
<li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b>&nbsp; <b>prior()</b>
function templates, from Dave Abrahams and others. </li>
</ul>