[Bug libstdc++/51823] [DR 198] [DR 2204] reverse iterator returns uninitialized values
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 19 21:02:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|SUSPENDED |RESOLVED
Resolution|--- |INVALID
--- Comment #17 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The definition of reverse_iterator has been reverted to the C++03 version,
which does not use an extra member, so "stashing iterators" can not be used
with reverse_iterator.
More information about the Gcc-bugs
mailing list