Boost 1.78.0
- Standalone mode of the library is deprecated.
- Allow external libraries to forward declare
value_toandvalue_from. - Fixed signed integer overflow in number parsing.
- Documentation fixes.
- Add support for
/Zc:implicitNoexcept-on MSVC.
Boost 1.77.0:
- Implicit conversion operator from
stringtostd::string_view. value_tosupportsTupleLiketypes.value_toandvalue_fromsupportstd::arrayand similar types.objectdeallocates the correct size.- Fixed crash when constructing
arrayfrom a pair of iterators that form an empty range. key_value_pairallocates with the correct alignment.std::hashspecializations for json types.
Boost 1.76.0:
- Refactored
value_fromimplementation; user customizations are now always preferred over library-provided overloads. - Fixed imprecise parsing for some floating point numbers.
- Fixed link errors in standalone mode, when used alongside Boost.
- Fix Boost.Build builds on GCC 4.8.
Boost 1.75.0:
Initial release.