github stephenberry/glaze v5.1.1

latest releases: v8.4.0, v8.3.0, v8.2.0...
16 months ago

Improvements

  • glz::custom support for error_on_missing_keys and nullable fields by @stephenberry in #1710
    • Using the error_on_missing_keys option will now allow nullable types (e.g. std::optional) to be excluded even when wrapped in glz::custom, like they work generally. Unless skip_null_members = false, as before.
  • Support for member functions with the cli_menu in #1694
  • Make value_proxy format agnostic in #1707

Fixes

  • Remove duplicate version_t in #1696
  • Fix GLZ_ALWAYS_INLINE for clang-cl: use attribute((always_inline)) instead of [[msvc::forceinline]] by @annihilatorq in #1702

Full Changelog: v5.1.0...v5.1.1

Don't miss a new glaze release

NewReleases is sending notifications on new releases.