This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/10783] std::vector::reverse_iterator could be smaller
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2004 12:16:05 -0000
- Subject: [Bug libstdc++/10783] std::vector::reverse_iterator could be smaller
- References: <20030514154600.10783.sylvain.pion@mpi-sb.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-01-28 12:15 -------
Subject: Bug 10783
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: paolo@gcc.gnu.org 2004-01-28 12:15:55
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: stl_iterator.h
Log message:
2004-01-28 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
PR libstdc++/10783
* include/bits/stl_iterator.h (class __normal_iterator):
Don't inherit from iterator, add missing typedefs.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.173&r2=1.1464.2.174
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_iterator.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.22.14.1&r2=1.22.14.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10783