This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/47185] UB in TR1 and C++0x placeholders and non conforming implementation
- From: "thom.heller at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 6 Jan 2011 09:33:45 +0000
- Subject: [Bug libstdc++/47185] UB in TR1 and C++0x placeholders and non conforming implementation
- Auto-submitted: auto-generated
- References: <bug-47185-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47185
--- Comment #3 from Thomas Heller <thom.heller at gmail dot com> 2011-01-06 09:33:40 UTC ---
(In reply to comment #2)
> A fix seems to me safe enough even at this Stage, I'll post it momentarily.
> Note, we are not going to fiddle with TR1, very serious regressions only.
Since the fix is the same with TR1 and the new standard, i suggest to apply it
to to both since a lot of people will stick with C++03 and TR1 for a while.