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++/31247] std::vector::iterator::value_type is accessible


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31247

--- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-28 09:57:01 UTC ---
(In reply to comment #10)
> An iterator is either a pointer or a class with the
> typedefs.

Or a type for which iterator_traits has been specialized?

I'm not really interested in the patch, I did it as a proof of concept and
reverted it in my tree a long time ago


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