This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized


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'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]