You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the latest version of the enum.h file (68ca02d) and the use case is during a switch statement. The code can be recreated by just creating a better_enums enum and then creating a switch statement that uses a field of type enum.
As the title states, better_enum is throwing errors in switch cases now.
error: case value is not a constant expression
The text was updated successfully, but these errors were encountered: