Re: [C++ Patch] PR 54216

2013-04-10 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 54216

2013-04-10 Thread Paolo Carlini
Hi, this issue is about some enumeration types which are strictly speaking illegal and we are accepting nonetheless: enum {}; //-std=c++98 or -std=c++11 enum class {}; //-std=c++11 enum class { x }; //-std=c++11 I suppose we want to be less strict about the former thus I'm using a pedwarn