This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54002] [C++0x][constexpr] Initializing constexpr static member using constexpr static method fails
- 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, 17 Jul 2012 20:06:07 +0000
- Subject: [Bug c++/54002] [C++0x][constexpr] Initializing constexpr static member using constexpr static method fails
- Auto-submitted: auto-generated
- References: <bug-54002-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54002
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-17 20:06:07 UTC ---
See PR 52366, which makes this a dup of PR 52315