-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/json digest to a97041a
- Loading branch information
1 parent
f27ea5e
commit 9986e9a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule json
updated
10 files
+5 −1 | CMakeLists.txt | |
+0 −2 | cmake/ci.cmake | |
+16 −0 | include/nlohmann/detail/exceptions.hpp | |
+2 −2 | include/nlohmann/detail/input/lexer.hpp | |
+18 −2 | single_include/nlohmann/json.hpp | |
+7 −0 | tests/src/unit-conversions.cpp | |
+13 −4 | tests/src/unit-noexcept.cpp | |
+7 −0 | tests/src/unit-regression1.cpp | |
+58 −1 | tests/src/unit-regression2.cpp | |
+28 −1 | tests/src/unit-udt.cpp |