This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/72777] broken error message with reference in constexpr arguments in c++11 mode
- From: "bloerwald at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Aug 2016 15:23:44 +0000
- Subject: [Bug c++/72777] broken error message with reference in constexpr arguments in c++11 mode
- Auto-submitted: auto-generated
- References: <bug-72777-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72777
--- Comment #1 from bloerwald at googlemail dot com ---
Note: compiles fine in c++11 mode of clang 3.8, so not sure if it actually is
forbidden by the standard.