From 5af41051f07679d6513bf12ab415efe6c2ba2db2 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Tue, 2 Aug 2005 20:47:34 +0000 Subject: [PATCH] fixed broken links [SVN r30386] --- minmax/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minmax/index.html b/minmax/index.html index 04da592..c57d37d 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -95,7 +95,7 @@ namespace boost { tuple<T const&, T const&> > minmax(const T& a, const T& b); - template <class T, class BinaryPredicate> + template <class T, class BinaryPredicate> tuple<T const&, T const&> > minmax(const T& a, const T& b, BinaryPredicate comp);