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

Added minmax library in Section Algorithms.

[SVN r23311]
Hervé Brönnimann 22 лет назад
Родитель
Сommit
b8f01ac986
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      libs/libraries.htm

+ 7 - 1
libs/libraries.htm

@@ -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>

粤ICP备19079148号