Magic Enum C++ v0.6.0 Release Notes

Release Date: 2019-07-27 // over 4 years ago
  • ๐Ÿš€ 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