lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
663 stars 24 forks source link

Undefined Behavior and The Ranges of Enumerations #380

Open lefticus opened 2 months ago

lefticus commented 2 months ago

https://cppcoach.godbolt.org/z/Yx1WexoMa

https://eel.is/c++draft/dcl.enum#8

LB-- commented 2 months ago

The error message says unspecified, not undefined, maybe that's an important distinction?