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.76k stars 422 forks source link

Add support for overriding MAGIC_ENUM_ASSERT #322

Closed justinboswell closed 9 months ago

justinboswell commented 9 months ago

Minor change that allows overriding the implementation of MAGIC_ENUM_ASSERT via macro, either in MAGIC_ENUM_CONFIG_FILE or before including magic_enum.hpp

Neargye commented 9 months ago

Thanks!