$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61856 - trunk/libs/algorithm/minmax
From: steven_at_[hidden]
Date: 2010-05-08 14:27:44
Author: steven_watanabe
Date: 2010-05-08 14:27:44 EDT (Sat, 08 May 2010)
New Revision: 61856
URL: http://svn.boost.org/trac/boost/changeset/61856
Log:
Remove duplicate closing angle brackets. Fixes #4198
Text files modified:
trunk/libs/algorithm/minmax/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/algorithm/minmax/index.html
==============================================================================
--- trunk/libs/algorithm/minmax/index.html (original)
+++ trunk/libs/algorithm/minmax/index.html 2010-05-08 14:27:44 EDT (Sat, 08 May 2010)
@@ -92,11 +92,11 @@
namespace boost {
template <class T>
- tuple<T const&, T const&> >
+ tuple<T const&, T const&>
minmax(const T& a, const T& b);
template <class T, class BinaryPredicate>
- tuple<T const&, T const&> >
+ tuple<T const&, T const&>
minmax(const T& a, const T& b, BinaryPredicate comp);
}