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: "sylvain.pion at sophia dot inria.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 29 Oct 2011 04:22:49 +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 #14 from sylvain.pion at sophia dot inria.fr 2011-10-29 04:22:49 UTC ---
(@Paolo : I still receive email at my old address, so far)
I don't have a strong opinion on this. It's certainly nice to have a strongly
compliant mode to make it easier to write portable code, although that doesn't
replace proper testing with other compilers anyway. I understand that there
can be a small drawback here, and maybe not a lot of motivation to dig further
on this particular question.