From af2d4c487db8cb75781cc5089ed02f6dbbc795cc Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sat, 30 Oct 2004 04:34:07 +0000 Subject: [PATCH] fix broken links [SVN r25955] --- minmax/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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