This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/24274] reverse_iterator problems with g++ 3.4.2



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


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