Skip to content

Magic Enum v0.6.1

Compare
Choose a tag to compare
@Neargye Neargye released this 29 Sep 11:46
· 444 commits to master since this release

Release v0.6.1

  • Less bin size and overhead reduction, thanks @rollbear. Fix #14.

  • Fix type cast for unsigned enum.

  • More SFINAE-friendly.

  • Add enum_index. Fix #12.

  • Add enum_traits.

  • Add error msg unsupported compiler, use MAGIC_ENUM_NO_CHECK_SUPPORT to suppress supported compiler check.