This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50043] [C++0x] Implement core/1123
- 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: Tue, 21 Feb 2012 12:05:40 +0000
- Subject: [Bug c++/50043] [C++0x] Implement core/1123
- Auto-submitted: auto-generated
- References: <bug-50043-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-21 12:05:40 UTC ---
We don't want front-end testcases that rely on <iostream> and need to check
what gets printed. A better test would use static_assert, but would also test
cases with both throwing and non-throwing base class and members.