[WIP] changes for next release 3.10.5 #3086
nlohmann
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread collects all changes made since the 3.10.4 (#3083) release.
Bug fixes
<filesystem>
is properly included as a lot of older compilers do not fully implement the C++17 standard with respect tostd::filesystem
. Thanks to @miikka75 for providing an important fix for Clang 9.-std=c++17
is specified. #3203Improvements
update
function to recursively merge objects with common keys.std::hash
andstd::swap
to work on anynlohmann::basic_json
specializations rather than justnlohmann::json
.Further Changes
CI
Warnings
Documentation
operator[]
documentation. By @axnsan12.parse
documentation. By @daniel-kun.skip_comments
toignore_comments
#3145Beta Was this translation helpful? Give feedback.
All reactions