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__