Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51045 - trunk/libs/algorithm/minmax
From: steven_at_[hidden]
Date: 2009-02-05 22:45:10


Author: steven_watanabe
Date: 2009-02-05 22:45:09 EST (Thu, 05 Feb 2009)
New Revision: 51045
URL: http://svn.boost.org/trac/boost/changeset/51045

Log:
Fix copy/paste error in minmax docs. Fixes #2500
Text files modified:
   trunk/libs/algorithm/minmax/index.html | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/algorithm/minmax/index.html
==============================================================================
--- trunk/libs/algorithm/minmax/index.html (original)
+++ trunk/libs/algorithm/minmax/index.html 2009-02-05 22:45:09 EST (Thu, 05 Feb 2009)
@@ -158,9 +158,9 @@
 that they return the last instance of the largest element (and not the
 first, as <tt>first_min_element</tt> and <tt>last_max_element</tt> would).
 <p>The family of algorithms comprising <tt>first_min_first_max_element</tt>,
-<tt>first_min_first_max_element</tt>,
-<tt>first_min_first_max_element</tt>,
-and <tt>first_min_first_max_element</tt> can be described generically as
+<tt>first_min_last_max_element</tt>,
+<tt>last_min_first_max_element</tt>,
+and <tt>last_min_last_max_element</tt> can be described generically as
 follows (using <i><tt>which</tt></i> and
 <i><tt>what</tt></i> for <tt>first</tt>
 or <tt>last</tt>): <tt><i>which</i>_min_<i>what</i>_max_element</tt> finds


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk