From d4e14fed0e6470cd1ed7b79dece7e21d09ddda07 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 11 Feb 2001 19:31:21 +0000 Subject: [PATCH] Fixed bugs in the iterator helpers which prevented explicitly supplied arguments from actually being used [SVN r9128] --- include/boost/operators.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index 482a25a..e6a2cb0 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -15,6 +15,8 @@ // See http://www.boost.org for most recent version including documentation. // Revision History +// 11 Feb 01 Fixed bugs in the iterator helpers which prevented explicitly +// supplied arguments from actually being used (Dave Abrahams) // 04 Jul 00 Fixed NO_OPERATORS_IN_NAMESPACE bugs, major cleanup and // refactoring of compiler workarounds, additional documentation // (Alexy Gurtovoy and Mark Rodgers with some help and prompting from @@ -514,7 +516,7 @@ struct forward_iterator_helper : equality_comparable > > > {}; template > > > > {}; template > > > > > > > > { #ifndef __BORLANDC__