1.6.1
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)