This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/70380] SFINAE error with constexpr expressions referencing a non-const variable
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 28 Aug 2017 14:44:11 +0000
- Subject: [Bug c++/70380] SFINAE error with constexpr expressions referencing a non-const variable
- Auto-submitted: auto-generated
- References: <bug-70380-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70380
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-28
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
Known to fail| |8.0
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
I got a lot more errors than you did when I first tried, but then I realized I
hadn't copied and pasted the whole example properly. Whoops! Anyways, confirmed
that I get the same errors after correcting my mistake.