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]

Re: libstdc++/10783: std::vector::reverse_iterator could be smaller


Synopsis: std::vector::reverse_iterator  could be smaller

State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sun May 18 18:48:45 2003
State-Changed-Why:
    Hi. Interesting issue. For sure, a basic understanding of
    EBCO (see, f.i., Vandevoorde and Josuttis, 16.2) doesn't
    suffice to completely explain what's going on.
    Indeed, wrt v2 (as shipped with 2.95.x), reverse_iterator
    has an _Iterator member but also inherit from iterator (as
    _mandated_ by the standard).
    Nathan, could you please shed light on this?
    Thanks, Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10783


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