This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11729] no operator!= for const_reverse_iterator
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jul 2003 19:13:13 -0000
- Subject: [Bug libstdc++/11729] no operator!= for const_reverse_iterator
- References: <20030730175647.11729.relf@os2.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729
paolo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c++ |libstdc++
Resolution| |INVALID
------- Additional Comments From paolo at gcc dot gnu dot org 2003-07-30 19:13 -------
Know behaviour, issue DR280 ("Comparison of reverse_iterator to const
reverse_iterator") of the ISO Standard, which, however, at variance with the
corresponding DR179 about iterators, is still in the 'Open' status: we can't do
anything about it 'til the official resolution.
Thanks for your report, Paolo.