New
Magic Enum v0.9.6
Release v0.9.6
- Support C++20 module. (https://github.com/Neargye/magic_enum/pull/343) (https://github.com/Neargye/magic_enum/pull/350)
- Сhecking that the enum is valid (not empty and not forward declaration) (https://github.com/Neargye/magic_enum/issues/320) (https://github.com/Neargye/magic_enum/pull/323)
- Add enum_reflected (https://github.com/Neargye/magic_enum/issues/355)
- Add support for overriding MAGIC_ENUM_ASSERT (https://github.com/Neargye/magic_enum/pull/322)
- Add better support for Yocto/PetaLinux (https://github.com/Neargye/magic_enum/pull/360)
- Fix
-wshadow(https://github.com/Neargye/magic_enum/pull/354)