Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51226 - branches/release/libs/algorithm/minmax
From: steven_at_[hidden]
Date: 2009-02-12 13:47:07


Author: steven_watanabe
Date: 2009-02-12 13:47:06 EST (Thu, 12 Feb 2009)
New Revision: 51226
URL: http://svn.boost.org/trac/boost/changeset/51226

Log:
Merge [51045] from the trunk
Text files modified:
   branches/release/libs/algorithm/minmax/index.html | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/release/libs/algorithm/minmax/index.html
==============================================================================
--- branches/release/libs/algorithm/minmax/index.html (original)
+++ branches/release/libs/algorithm/minmax/index.html 2009-02-12 13:47:06 EST (Thu, 12 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