From 2f2935f07e257372c353768ec60decd66e2b0f9c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 22 Mar 2009 17:30:02 +0000 Subject: [PATCH] Merged revisions 45283,48266 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r45283 | danieljames | 2008-05-11 14:49:20 +0100 (Sun, 11 May 2008) | 1 line Quote href values - our tools don't support unquoted values. ........ r48266 | danieljames | 2008-08-20 20:32:23 +0100 (Wed, 20 Aug 2008) | 1 line Fix the link to the limits documentation. ........ [SVN r51902] --- minmax/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minmax/index.html b/minmax/index.html index d9ea82f..d3777f1 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -56,7 +56,7 @@ be enough. The present library solves both problems.

minmax as straightforward extensions of the C++ standard. As it returns a pair of const&, we must use the Boost.tuple library to construct such +href="../../tuple/index.html">Boost.tuple library to construct such pairs. (Please note: the intent is not to fix the known defaults of std::min and std::max, but to add one more algorithms that combines both; see the