From 346f032be2c74aa29ad4846c4d6e6ea7ce5af6e8 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Sun, 11 May 2008 13:49:20 +0000
Subject: [PATCH] Quote href values - our tools don't support unquoted values.
[SVN r45283]
---
minmax/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/minmax/index.html b/minmax/index.html
index 27efb39..c1c10e5 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