Re: [C++ Patch] PR 53745
OK. Jason
[C++ Patch] PR 53745
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