From 235c81be61d141201c27230607fd1e83387ccc53 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 20 Apr 2010 18:49:18 +0000 Subject: [PATCH] Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool [SVN r61437] --- minmax/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minmax/index.html b/minmax/index.html index d3777f1..9a414e5 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -243,7 +243,7 @@ range

-Complexity

+Complexity Minmax performs a single comparison and is otherwise of constant complexity. The use of boost::tuple<T const&> prevents copy constructors in case the arguments are passed by reference. @@ -438,7 +438,7 @@ comparisons).

slower than first_min_element alone, still much less than first_min_element and -last_max_element called separately. [2] +last_max_element called separately. [2]

Why algorithms and not accumulators?

The minmax algorithms are useful in computing the extent of a range.