This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remove debug local iterator bucket information


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")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]