forked from boostorg/algorithm
fix broken links
[SVN r25955]
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
|
||||||
|
|
||||||
<h2><img src="../../../boost.png" WIDTH="276" HEIGHT="86">Header <<A
|
<h2><img src="../../../boost.png" WIDTH="276" HEIGHT="86">Header <<A
|
||||||
HREF="../../../../boost/minmax.hpp">boost/algorithm/minmax.hpp</A>> </H2>
|
HREF="../../../boost/algorithm/minmax.hpp">boost/algorithm/minmax.hpp</A>> </H2>
|
||||||
|
|
||||||
<quote>
|
<quote>
|
||||||
<b>
|
<b>
|
||||||
@ -71,7 +71,7 @@ but I ruled against that (see <a href="#no-policy">rationale</a>).
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>If you are interested about
|
<p>If you are interested about
|
||||||
<a href="minmax_benchs.html">performance</a>,
|
<a href="doc/minmax_benchs.html">performance</a>,
|
||||||
you will see that <tt>minmax_element</tt> is just slightly less efficient
|
you will see that <tt>minmax_element</tt> is just slightly less efficient
|
||||||
than a single <tt>min_element</tt> or <tt>max_element</tt>, and thus
|
than a single <tt>min_element</tt> or <tt>max_element</tt>, and thus
|
||||||
twice as efficient as two separate calls to <tt>min_element</tt> and
|
twice as efficient as two separate calls to <tt>min_element</tt> and
|
||||||
|
Reference in New Issue
Block a user