magic_enum
magic_enum copied to clipboard
Typo in README
The "Basic" example doe not work as written.
Currently, it has enum class Color : { RED = -10, BLUE = 0, GREEN = 10 }; which is not valid C++ syntax.