This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/24274] reverse_iterator problems with g++ 3.4.2
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Oct 2005 14:57:24 -0000
- Subject: [Bug libstdc++/24274] reverse_iterator problems with g++ 3.4.2
- References: <bug-24274-11491@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pcarlini at suse dot de 2005-10-08 14:57 -------
Hi. The first issue is in fact ISO DR 280, which we tracked as libstdc++/11729
and, now that its official status is [Ready], has been fixed for gcc4.1.
The second issue is not a bug, is simply the way reverse iterators work:
quoting
the ISO/IEC standard (24.4.1):
"The fundamental relation between a reverse iterator and its corresponding
iterator i is established by the identity: &*(reverse_iterator(i)) == &*(i-1)."
*** This bug has been marked as a duplicate of 11729 ***
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24274