Skip to content

Magic Enum v0.9.7

Latest
Compare
Choose a tag to compare
@Neargye Neargye released this 13 Nov 23:15
· 3 commits to master since this release

Release v0.9.7

  • [breaking changes] Need to use #include <magic_enum/magic_enum.hpp> instead of #include <magic_enum.hpp>
  • Fix installing via CMake (#374)
  • Fix install headers and pkg-config file via Meson (#383)
  • Fix bitset constructor (#367)
  • Fix parameterize formatter::format (#365)
  • Fix enum_fuse shift value calculation (#386) (#387)