[Bug c++/66109] defining constexpr objects without initializer

2015-05-11 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109 TC rs2740 at gmail dot com changed: What|Removed |Added CC||rs2740 at gmail dot com ---

[Bug c++/66109] defining constexpr objects without initializer

2015-05-11 Thread vgheorgh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109 --- Comment #1 from Vlad Gheorghiu vgheorgh at gmail dot com --- Actually the `constexpr` ctor is not even necessary here to reproduce the bug.

[Bug c++/66109] defining constexpr objects without initializer

2015-05-11 Thread vgheorgh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109 --- Comment #2 from Vlad Gheorghiu vgheorgh at gmail dot com --- More details at http://stackoverflow.com/q/30172483/3093378