On 20 November 2013 21:14, François Dumont wrote: > > Ok to commit ? > > François
Yes, thanks. Please just add something to the ChangeLog about the bit below removed from safe_local_iterator.h e.g. (operator==): Remove duplicate check. @@ -294,10 +289,6 @@ _M_message(__msg_compare_different) ._M_iterator(__lhs, "lhs") ._M_iterator(__rhs, "rhs")); - _GLIBCXX_DEBUG_VERIFY(__lhs._M_can_compare(__rhs), - _M_message(__msg_compare_different) - ._M_iterator(__lhs, "lhs") - ._M_iterator(__rhs, "rhs")); _GLIBCXX_DEBUG_VERIFY(__lhs._M_in_same_bucket(__rhs), _M_message(__msg_local_iter_compare_bad) ._M_iterator(__lhs, "lhs")