Re: [C++ Patch] PR 60184

2014-06-06 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 60184

2014-06-06 Thread Paolo Carlini
Hi, this rejects-valid issue, as submitted, has only the testcase: union Test { static constexpr int kConstant = 10; }; which seems easy to handle by adjusting check_field_decls. While doing that, I also noticed that the same piece of C++98 which went away in C++11, thus allowing static mem