Skip to content

1.6.1

Compare
Choose a tag to compare
@stephenberry stephenberry released this 22 Nov 15:49
· 1357 commits to main since this release

New Features

  • Added JSON and BEVE support for std::bitset (@stephenberry)
  • Added JSON support for std::float128_t (currently only supported by GCC) (@stephenberry)
  • Added support for constexpr values in std::variant (@jbbjarnason)

Fixes

  • MSVC iterator fix (fixes the problem in MSVC where the string_view::iterator is not convertible to pointer directly) (@huangminghuang)