simple_enum
simple_enum copied to clipboard
An Fast, Intuitive and Type-Safe C++ Enumeration Support Library
Results
2
simple_enum issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for wring this library. Unfortunately, it suffers from the same issue as magic_enum, trying to static_cast non-existing enum values, albeit it doesn't spam 120+ warnings, but only 3:...
enhancement