This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized
- 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, 25 May 2012 09:44:45 +0000
- Subject: [Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized
- Auto-submitted: auto-generated
- References: <bug-53473-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-25 09:44:45 UTC ---
Yes, odd indeed.
Oddly, Clang barfs on the testcase with a similar error:
t.cc:6:34: error: conflicting types for 'foo'