diff --git a/minmax/index.html b/minmax/index.html index 42bb831..7a82fc5 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -11,7 +11,7 @@

Header <boost/algorithm/minmax.hpp>

+HREF="../../../boost/algorithm/minmax.hpp">boost/algorithm/minmax.hpp> @@ -71,7 +71,7 @@ but I ruled against that (see rationale).

If you are interested about -performance, +performance, you will see that minmax_element is just slightly less efficient than a single min_element or max_element, and thus twice as efficient as two separate calls to min_element and