Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.99k stars 445 forks source link

Re-enable Wenum-constexpr-conversion clang fix #279

Closed rupprecht closed 1 year ago

rupprecht commented 1 year ago

This was disabled in 427a47394f39ddb1517443acb808c1c861a35323, possibly by accident.

Neargye commented 1 year ago

Thanks