Skip to content

Commit

Permalink
chore(deps): update deps/json digest to 360ce45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent 9f1ca10 commit 6c9321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/json
Submodule json updated 39 files
+2 −0 .github/workflows/codeql-analysis.yml
+8 −2 .github/workflows/publish_documentation.yml
+7 −7 .github/workflows/ubuntu.yml
+3 −0 .gitignore
+1 −1 CMakeLists.txt
+22 −0 Package.swift
+2 −0 README.md
+38 −0 docs/examples/nlohmann_define_type_intrusive_only_serialize_explicit.cpp
+1 −0 docs/examples/nlohmann_define_type_intrusive_only_serialize_explicit.output
+33 −0 docs/examples/nlohmann_define_type_intrusive_only_serialize_macro.cpp
+1 −0 docs/examples/nlohmann_define_type_intrusive_only_serialize_macro.output
+31 −0 docs/examples/nlohmann_define_type_non_intrusive_only_serialize_explicit.cpp
+1 −0 docs/examples/nlohmann_define_type_non_intrusive_only_serialize_explicit.output
+26 −0 docs/examples/nlohmann_define_type_non_intrusive_only_serialize_macro.cpp
+1 −0 docs/examples/nlohmann_define_type_non_intrusive_only_serialize_macro.output
+1 −1 docs/mkdocs/Makefile
+1 −1 docs/mkdocs/docs/api/adl_serializer/from_json.md
+1 −1 docs/mkdocs/docs/api/adl_serializer/to_json.md
+1 −1 docs/mkdocs/docs/api/basic_json/exception.md
+2 −2 docs/mkdocs/docs/api/basic_json/index.md
+1 −1 docs/mkdocs/docs/api/basic_json/json_serializer.md
+4 −2 docs/mkdocs/docs/api/macros/index.md
+1 −1 docs/mkdocs/docs/api/macros/json_throw_user.md
+35 −5 docs/mkdocs/docs/api/macros/nlohmann_define_type_intrusive.md
+36 −6 docs/mkdocs/docs/api/macros/nlohmann_define_type_non_intrusive.md
+14 −0 docs/mkdocs/docs/features/macros.md
+1 −1 docs/mkdocs/docs/features/types/number_handling.md
+1 −1 docs/mkdocs/docs/home/exceptions.md
+1 −1 docs/mkdocs/docs/integration/package_managers.md
+4 −3 docs/mkdocs/mkdocs.yml
+35 −35 docs/mkdocs/requirements.txt
+13 −1 include/nlohmann/detail/input/parser.hpp
+6 −0 include/nlohmann/detail/macro_scope.hpp
+19 −1 single_include/nlohmann/json.hpp
+1 −1 tests/src/unit-custom-base-class.cpp
+1 −1 tests/src/unit-diagnostics.cpp
+8 −8 tests/src/unit-regression1.cpp
+2 −2 tests/src/unit-udt.cpp
+60 −0 tests/src/unit-udt_macro.cpp

0 comments on commit 6c9321a

Please sign in to comment.