v3.6.1
版本发布时间: 2019-03-21 04:04:54
nlohmann/json最新发布版本:v3.11.3(2023-11-29 05:38:09)
Release date: 2019-03-20 SHA-256: d2eeb25d2e95bffeb08ebb7704cdffd2e8fca7113eba9a0b38d60a5c391ea09a (json.hpp), 69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf (include.zip)
Summary
This release fixes a regression and a bug introduced by the earlier 3.6.0 release. All changes are backward-compatible.
:bug: Bug Fixes
- Fixed regression of #590 which could lead to compilation errors with GCC 7 and GCC 8. #1530
- Fixed a compilation error when
<Windows.h>
was included. #1531
:hammer: Further Changes
- Fixed a warning for missing field initializers. #1527
:fire: Deprecated functions
This release does not deprecate any functions. As an overview, the following functions have been deprecated in earlier versions and will be removed in the next major version (i.e., 4.0.0):
- Function
iterator_wrapper
are deprecated. Please use the member functionitems()
instead. - Functions
friend std::istream& operator<<(basic_json&, std::istream&)
andfriend std::ostream& operator>>(const basic_json&, std::ostream&)
are deprecated. Please usefriend std::istream& operator>>(std::istream&, basic_json&)
andfriend operator<<(std::ostream&, const basic_json&)
instead.
1、 include.zip 135.96KB
2、 include.zip.asc 833B
3、 json.hpp 711.28KB
4、 json.hpp.asc 833B