This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/31247] std::vector::iterator::value_type is accessible
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Oct 2011 09:57:01 +0000
- Subject: [Bug libstdc++/31247] std::vector::iterator::value_type is accessible
- Auto-submitted: auto-generated
- References: <bug-31247-4@http.gcc.gnu.org/bugzilla/>
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