Re: [C++ Patch] PR 53745

2013-05-04 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 53745

2013-05-04 Thread Paolo Carlini
Hi, in this issue (and its duplicate) the complain is that for cases like: enum E : unsigned { e = -1 }; saying in the error message that the enumerator is *too large* can be rather misleading. It seems to me that replacing that with "... outside the range..." (we already use this form in at