[Bug c++/50785] [C++0x][constexpr] static constexpr double undefined reference
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Wed Oct 19 01:35:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50785
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-19 01:34:50 UTC ---
What happens if you add a definition: constexpr double test::value; after your
struct like you would for any non-constrexpr static data member?
More information about the Gcc-bugs
mailing list