Skip to content

1.9.6

Compare
Choose a tag to compare
@stephenberry stephenberry released this 13 Dec 17:20
· 1197 commits to main since this release

Improvements

  • Support reflection for up to 128 members in a struct
  • Added reflection support to BEVE binary
  • Added reflection support to JSON pointer syntax glz::get... etc.
  • Optimized hashing for reflectable structs

Fixes

  • count_members reflection now works with std::string_view on GCC