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