mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
Added minmax library in Section Algorithms.
[SVN r23311]
This commit is contained in:
parent
706a760415
commit
b8f01ac986
1 changed files with 7 additions and 1 deletions
|
@ -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´ Brö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é Brö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é Brönnimann.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b> <b>prior()</b>
|
||||
function templates, from Dave Abrahams and others. </li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue