Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81821 - trunk/libs/algorithm/minmax
From: marshall_at_[hidden]
Date: 2012-12-10 10:25:40


Author: marshall
Date: 2012-12-10 10:25:39 EST (Mon, 10 Dec 2012)
New Revision: 81821
URL: http://svn.boost.org/trac/boost/changeset/81821

Log:
Fix broken link to Alexandrescu paper; Refs #7551
Text files modified:
   trunk/libs/algorithm/minmax/index.html | 11 ++++++++---
   1 files changed, 8 insertions(+), 3 deletions(-)

Modified: trunk/libs/algorithm/minmax/index.html
==============================================================================
--- trunk/libs/algorithm/minmax/index.html (original)
+++ trunk/libs/algorithm/minmax/index.html 2012-12-10 10:25:39 EST (Mon, 10 Dec 2012)
@@ -350,7 +350,7 @@
 std::max.</b></h4>
 <p>I am aware of the problems with std::min and
 std::max, and all the debate that has been going on (please consult
-Alexandrescu's paper and the links therein). But I don't see the purpose of this
+Alexandrescu's paper and the links therein). But I don't see the purpose of this
 library as fixing something that is part of the C++ standard. I humbly
 think it's beyond the scope of this library. Rather, I am
 following the way of the standard in simply providing one more function
@@ -485,7 +485,12 @@
 <a name="acks">
 <h3>
 Acknowledgements</h3>
-My students in CS903 (Polytechnic Univ., http://photon.poly.edu/~hbr/cs903/)
+
+<a name="Alexandrescu">
+Generic: Min and Max Redivivus, by Andrei Alexandrescu
+Dr. Dobbs, April 2001
+
+<p>My students in CS903 (Polytechnic Univ., http://photon.poly.edu/~hbr/cs903/)
 who had <tt>minmax_element</tt> as an assignment helped clarify the issues,
 and also come up with the optimum number of comparisons for <tt>first_min_last_max_element</tt>.
 The identification of the issue surrounding <tt>max_element</tt> is solely
@@ -516,7 +521,7 @@
 <tt>nth_element</tt>
 .
 <hr SIZE="6">
-<br>Last modified 2004-07-01
+<br>Last modified 2012-12-10
 <p><font face="Arial,Helvetica"><font size=-1>&copy; Copyright Herv&eacute;
 Br&ouml;nnimann, Polytechnic University, 2002--2004.
 Use, modification, and distribution is subject to the Boost Software


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