Skip to content

Magic Enum v0.6.0

Compare
Choose a tag to compare
@Neargye Neargye released this 27 Jul 13:01
· 477 commits to master since this release

Release v0.6.0

  • Fix build fail with sanitize, see #6

  • Fix Syntax Error caused by "Windows.h", see #7

  • Fix implicit conversion changes signedness.

  • Improving compile times.

  • Improve ostream operators for enums.

  • Add bitwise operators for enums.

  • Add is_fixed_enum, underlying_type.

  • [breaking changes] change magic_enum::ops to magic_enum::ostream_operators