Skip to content

Commit

Permalink
updated libs after issue pantor/inja#183
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiapko committed Mar 12, 2021
1 parent 6d05f66 commit 1406bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/inja
2 changes: 1 addition & 1 deletion libs/json
Submodule json updated 36 files
+6 −0 CMakeLists.txt
+1 −1 README.md
+22 −0 doc/examples/diagnostics_extended.cpp
+1 −0 doc/examples/diagnostics_extended.link
+1 −0 doc/examples/diagnostics_extended.output
+20 −0 doc/examples/diagnostics_standard.cpp
+1 −0 doc/examples/diagnostics_standard.link
+1 −0 doc/examples/diagnostics_standard.output
+10 −0 doc/mkdocs/docs/features/macros.md
+37 −0 doc/mkdocs/docs/home/exceptions.md
+1 −1 doc/mkdocs/docs/home/license.md
+15 −16 include/nlohmann/detail/conversions/from_json.hpp
+8 −0 include/nlohmann/detail/conversions/to_json.hpp
+75 −12 include/nlohmann/detail/exceptions.hpp
+18 −18 include/nlohmann/detail/input/binary_reader.hpp
+22 −11 include/nlohmann/detail/input/json_sax.hpp
+14 −24 include/nlohmann/detail/input/parser.hpp
+12 −12 include/nlohmann/detail/iterators/iter_impl.hpp
+1 −1 include/nlohmann/detail/iterators/iteration_proxy.hpp
+24 −69 include/nlohmann/detail/json_pointer.hpp
+11 −12 include/nlohmann/detail/output/binary_writer.hpp
+2 −2 include/nlohmann/detail/output/serializer.hpp
+63 −0 include/nlohmann/detail/string_escape.hpp
+1 −1 include/nlohmann/detail/value_t.hpp
+192 −94 include/nlohmann/json.hpp
+106 −35 include/nlohmann/thirdparty/hedley/hedley.hpp
+3 −2 include/nlohmann/thirdparty/hedley/hedley_undef.hpp
+668 −406 single_include/nlohmann/json.hpp
+1 −0 test/CMakeLists.txt
+8 −0 test/src/unit-bson.cpp
+111 −0 test/src/unit-diagnostics.cpp
+100 −6 test/src/unit-iterators2.cpp
+127 −46 test/src/unit-json_patch.cpp
+5 −2 test/src/unit-json_pointer.cpp
+4 −0 test/src/unit-regression1.cpp
+2 −2 test/src/unit-unicode.cpp

0 comments on commit 1406bd1

Please sign in to comment.