From 2375cb7764be56022ea3c0106974339aee4e1553 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 7 Aug 2022 22:37:42 +0200 Subject: [PATCH] :bookmark: set version to 3.11.2 --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .reuse/templates/json.jinja2 | 2 +- .reuse/templates/json_support.jinja2 | 2 +- CITATION.cff | 4 +- CMakeLists.txt | 2 +- ChangeLog.md | 39 +++++++- README.md | 2 +- docs/docset/docset.json | 2 +- .../basic_json__CompatibleType.output | 2 +- docs/examples/meta.output | 6 +- docs/examples/nlohmann_json_namespace.output | 2 +- docs/examples/nlohmann_json_version.output | 2 +- docs/json.gif | Bin 1644779 -> 1644689 bytes docs/mkdocs/docs/integration/cmake.md | 8 +- include/nlohmann/adl_serializer.hpp | 2 +- .../nlohmann/byte_container_with_subtype.hpp | 2 +- include/nlohmann/detail/abi_macros.hpp | 6 +- .../nlohmann/detail/conversions/from_json.hpp | 2 +- .../nlohmann/detail/conversions/to_chars.hpp | 2 +- .../nlohmann/detail/conversions/to_json.hpp | 2 +- include/nlohmann/detail/exceptions.hpp | 2 +- include/nlohmann/detail/hash.hpp | 2 +- .../nlohmann/detail/input/binary_reader.hpp | 2 +- .../nlohmann/detail/input/input_adapters.hpp | 2 +- include/nlohmann/detail/input/json_sax.hpp | 2 +- include/nlohmann/detail/input/lexer.hpp | 2 +- include/nlohmann/detail/input/parser.hpp | 2 +- include/nlohmann/detail/input/position_t.hpp | 2 +- .../detail/iterators/internal_iterator.hpp | 2 +- .../nlohmann/detail/iterators/iter_impl.hpp | 2 +- .../detail/iterators/iteration_proxy.hpp | 2 +- .../detail/iterators/iterator_traits.hpp | 2 +- .../iterators/json_reverse_iterator.hpp | 2 +- .../detail/iterators/primitive_iterator.hpp | 2 +- include/nlohmann/detail/json_pointer.hpp | 2 +- include/nlohmann/detail/json_ref.hpp | 2 +- include/nlohmann/detail/macro_scope.hpp | 2 +- include/nlohmann/detail/macro_unscope.hpp | 2 +- .../nlohmann/detail/meta/call_std/begin.hpp | 2 +- include/nlohmann/detail/meta/call_std/end.hpp | 2 +- include/nlohmann/detail/meta/cpp_future.hpp | 2 +- include/nlohmann/detail/meta/detected.hpp | 2 +- include/nlohmann/detail/meta/identity_tag.hpp | 2 +- include/nlohmann/detail/meta/is_sax.hpp | 2 +- include/nlohmann/detail/meta/std_fs.hpp | 2 +- include/nlohmann/detail/meta/type_traits.hpp | 2 +- include/nlohmann/detail/meta/void_t.hpp | 2 +- .../nlohmann/detail/output/binary_writer.hpp | 2 +- .../detail/output/output_adapters.hpp | 2 +- include/nlohmann/detail/output/serializer.hpp | 2 +- include/nlohmann/detail/string_concat.hpp | 2 +- include/nlohmann/detail/string_escape.hpp | 2 +- include/nlohmann/detail/value_t.hpp | 2 +- include/nlohmann/json.hpp | 4 +- include/nlohmann/json_fwd.hpp | 2 +- include/nlohmann/ordered_map.hpp | 2 +- include/nlohmann/thirdparty/hedley/hedley.hpp | 2 +- .../thirdparty/hedley/hedley_undef.hpp | 2 +- meson.build | 2 +- single_include/nlohmann/json.hpp | 94 +++++++++--------- single_include/nlohmann/json_fwd.hpp | 8 +- tests/abi/diag/diag.cpp | 2 +- tests/abi/diag/diag.hpp | 2 +- tests/abi/diag/diag_off.cpp | 2 +- tests/abi/diag/diag_on.cpp | 2 +- tests/abi/inline_ns/use_current.cpp | 2 +- tests/abi/inline_ns/use_v3_10_5.cpp | 2 +- tests/abi/main.cpp | 2 +- tests/benchmarks/src/benchmarks.cpp | 2 +- tests/cmake_add_subdirectory/project/main.cpp | 2 +- tests/cmake_fetch_content/project/main.cpp | 2 +- tests/cmake_fetch_content2/project/main.cpp | 2 +- tests/cmake_import/project/main.cpp | 2 +- tests/cmake_import_minver/project/main.cpp | 2 +- .../project/Bar.cpp | 2 +- .../project/Bar.hpp | 2 +- .../project/Foo.cpp | 2 +- .../project/Foo.hpp | 2 +- .../project/main.cpp | 2 +- tests/cuda_example/json_cuda.cu | 2 +- tests/src/fuzzer-driver_afl.cpp | 2 +- tests/src/fuzzer-parse_bjdata.cpp | 2 +- tests/src/fuzzer-parse_bson.cpp | 2 +- tests/src/fuzzer-parse_cbor.cpp | 2 +- tests/src/fuzzer-parse_json.cpp | 2 +- tests/src/fuzzer-parse_msgpack.cpp | 2 +- tests/src/fuzzer-parse_ubjson.cpp | 2 +- tests/src/make_test_data_available.hpp | 2 +- tests/src/test_utils.hpp | 2 +- tests/src/unit-32bit.cpp | 2 +- tests/src/unit-algorithms.cpp | 2 +- tests/src/unit-allocator.cpp | 2 +- tests/src/unit-alt-string.cpp | 2 +- tests/src/unit-assert_macro.cpp | 2 +- tests/src/unit-binary_formats.cpp | 2 +- tests/src/unit-bjdata.cpp | 2 +- tests/src/unit-bson.cpp | 2 +- .../src/unit-byte_container_with_subtype.cpp | 2 +- tests/src/unit-capacity.cpp | 2 +- tests/src/unit-cbor.cpp | 2 +- tests/src/unit-class_const_iterator.cpp | 2 +- tests/src/unit-class_iterator.cpp | 2 +- tests/src/unit-class_lexer.cpp | 2 +- tests/src/unit-class_parser.cpp | 2 +- tests/src/unit-comparison.cpp | 2 +- tests/src/unit-concepts.cpp | 2 +- tests/src/unit-constructor1.cpp | 2 +- tests/src/unit-constructor2.cpp | 2 +- tests/src/unit-convenience.cpp | 2 +- tests/src/unit-conversions.cpp | 2 +- tests/src/unit-deserialization.cpp | 2 +- tests/src/unit-diagnostics.cpp | 2 +- tests/src/unit-disabled_exceptions.cpp | 2 +- tests/src/unit-element_access1.cpp | 2 +- tests/src/unit-element_access2.cpp | 2 +- tests/src/unit-hash.cpp | 2 +- tests/src/unit-inspection.cpp | 2 +- tests/src/unit-items.cpp | 2 +- tests/src/unit-iterators1.cpp | 2 +- tests/src/unit-iterators2.cpp | 2 +- tests/src/unit-json_patch.cpp | 2 +- tests/src/unit-json_pointer.cpp | 2 +- tests/src/unit-large_json.cpp | 2 +- tests/src/unit-merge_patch.cpp | 2 +- tests/src/unit-meta.cpp | 6 +- tests/src/unit-modifiers.cpp | 2 +- tests/src/unit-msgpack.cpp | 2 +- tests/src/unit-noexcept.cpp | 2 +- tests/src/unit-ordered_json.cpp | 2 +- tests/src/unit-ordered_map.cpp | 2 +- tests/src/unit-pointer_access.cpp | 2 +- tests/src/unit-readme.cpp | 2 +- tests/src/unit-reference_access.cpp | 2 +- tests/src/unit-regression1.cpp | 2 +- tests/src/unit-regression2.cpp | 2 +- tests/src/unit-serialization.cpp | 2 +- tests/src/unit-testsuites.cpp | 2 +- tests/src/unit-to_chars.cpp | 2 +- tests/src/unit-type_traits.cpp | 2 +- tests/src/unit-ubjson.cpp | 2 +- tests/src/unit-udl.cpp | 2 +- tests/src/unit-udt.cpp | 2 +- tests/src/unit-udt_macro.cpp | 2 +- tests/src/unit-unicode1.cpp | 2 +- tests/src/unit-unicode2.cpp | 2 +- tests/src/unit-unicode3.cpp | 2 +- tests/src/unit-unicode4.cpp | 2 +- tests/src/unit-unicode5.cpp | 2 +- tests/src/unit-user_defined_input.cpp | 2 +- tests/src/unit-windows_h.cpp | 2 +- tests/src/unit-wstring.cpp | 2 +- tests/src/unit.cpp | 2 +- wsjcpp.yml | 2 +- 153 files changed, 248 insertions(+), 213 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c168a9c5d..571a1cc44 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -76,7 +76,7 @@ body: label: Library version description: > Which version of the library did you use? If it is a released version, - please enter the version number (e.g., 3.11.1). Otherwise, please enter + please enter the version number (e.g., 3.11.2). Otherwise, please enter the commit hash. If you got the library from another source as the GitHub repository (e.g., via a package manager), please also state this. diff --git a/.reuse/templates/json.jinja2 b/.reuse/templates/json.jinja2 index e2d997862..4abf481b7 100644 --- a/.reuse/templates/json.jinja2 +++ b/.reuse/templates/json.jinja2 @@ -1,6 +1,6 @@ __ _____ _____ _____ __| | __| | | | JSON for Modern C++ -| | |__ | | | | | | version 3.11.1 +| | |__ | | | | | | version 3.11.2 |_____|_____|_____|_|___| https://github.com/nlohmann/json {% for copyright_line in copyright_lines %} diff --git a/.reuse/templates/json_support.jinja2 b/.reuse/templates/json_support.jinja2 index f46034566..1fab99fab 100644 --- a/.reuse/templates/json_support.jinja2 +++ b/.reuse/templates/json_support.jinja2 @@ -1,6 +1,6 @@ __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (supporting code) -| | |__ | | | | | | version 3.11.1 +| | |__ | | | | | | version 3.11.2 |_____|_____|_____|_|___| https://github.com/nlohmann/json {% for copyright_line in copyright_lines %} diff --git a/CITATION.cff b/CITATION.cff index 07848fac9..2984021df 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,8 +7,8 @@ authors: email: mail@nlohmann.me website: https://nlohmann.me title: "JSON for Modern C++" -version: 3.11.1 -date-released: 2022-01-03 +version: 3.11.2 +date-released: 2022-08-07 license: MIT repository-code: "https://github.com/nlohmann" url: https://json.nlohmann.me diff --git a/CMakeLists.txt b/CMakeLists.txt index 8268cede0..d88feb5c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) ## PROJECT ## name and version ## -project(nlohmann_json VERSION 3.11.1 LANGUAGES CXX) +project(nlohmann_json VERSION 3.11.2 LANGUAGES CXX) ## ## MAIN_PROJECT CHECK diff --git a/ChangeLog.md b/ChangeLog.md index dfbacdac1..8d221bbfa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,44 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.11.1](https://github.com/nlohmann/json/releases/tag/3.11.1) (2022-08-01) +## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-07) -[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.0...3.11.1) +[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.1...3.11.2) + +- The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nlohmann/json/issues/3682) +- extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657) +- json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656) +- regression: `.value` is compilation error. [\#3655](https://github.com/nlohmann/json/issues/3655) +- Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654](https://github.com/nlohmann/json/issues/3654) +- Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/json/issues/3652) +- macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/3612) + +- Add amalgamated json-fwd.hpp to release [\#3687](https://github.com/nlohmann/json/pull/3687) ([nlohmann](https://github.com/nlohmann)) +- Documentation updates for 3.11.2 [\#3686](https://github.com/nlohmann/json/pull/3686) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Make json\_pointer usable as map key \(again\) [\#3685](https://github.com/nlohmann/json/pull/3685) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Deprecate json\_pointer/string\_t comparisons [\#3684](https://github.com/nlohmann/json/pull/3684) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Properly constrain non-string json\_pointer overloads [\#3681](https://github.com/nlohmann/json/pull/3681) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Amalgamate the forward declaration header [\#3679](https://github.com/nlohmann/json/pull/3679) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix 'const' qualifier on bool& has no effect [\#3678](https://github.com/nlohmann/json/pull/3678) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix whitespace in workflow files [\#3675](https://github.com/nlohmann/json/pull/3675) ([nlohmann](https://github.com/nlohmann)) +- Attempt to fix labeler permissions [\#3674](https://github.com/nlohmann/json/pull/3674) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Refine 'Publish documentation' workflow [\#3673](https://github.com/nlohmann/json/pull/3673) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Documentation change [\#3672](https://github.com/nlohmann/json/pull/3672) ([nlohmann](https://github.com/nlohmann)) +- Add labeler action [\#3671](https://github.com/nlohmann/json/pull/3671) ([nlohmann](https://github.com/nlohmann)) +- Complete contributor list [\#3670](https://github.com/nlohmann/json/pull/3670) ([nlohmann](https://github.com/nlohmann)) +- Add json\_pointer/string\_t equality comparison operators [\#3664](https://github.com/nlohmann/json/pull/3664) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Reimplement value\(\) access functions [\#3663](https://github.com/nlohmann/json/pull/3663) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Complete contributor list [\#3662](https://github.com/nlohmann/json/pull/3662) ([nlohmann](https://github.com/nlohmann)) +- Adjust naming of GitHub action jobs [\#3661](https://github.com/nlohmann/json/pull/3661) ([nlohmann](https://github.com/nlohmann)) +- Publish documentation on push to develop branch [\#3660](https://github.com/nlohmann/json/pull/3660) ([nlohmann](https://github.com/nlohmann)) +- Add Discord badge to README [\#3651](https://github.com/nlohmann/json/pull/3651) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Miscellaneous small fixes [\#3643](https://github.com/nlohmann/json/pull/3643) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Minor BJData fixes [\#3637](https://github.com/nlohmann/json/pull/3637) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Update CI [\#3626](https://github.com/nlohmann/json/pull/3626) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) + +## [v3.11.1](https://github.com/nlohmann/json/releases/tag/v3.11.1) (2022-08-01) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.0...v3.11.1) - Regression: no matching literal operator for call to 'operator""\_json' [\#3645](https://github.com/nlohmann/json/issues/3645) - \_json operator""\(\) [\#3644](https://github.com/nlohmann/json/issues/3644) diff --git a/README.md b/README.md index 08622cfa1..deefdbbc8 100644 --- a/README.md +++ b/README.md @@ -1262,7 +1262,7 @@ Example: ```cmake include(FetchContent) -FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.1/json.tar.xz) +FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz) FetchContent_MakeAvailable(json) target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) diff --git a/docs/docset/docset.json b/docs/docset/docset.json index 8a08c0311..a11ceadfa 100644 --- a/docs/docset/docset.json +++ b/docs/docset/docset.json @@ -1,6 +1,6 @@ { "name": "JSON for Modern C++", - "version": "3.11.1", + "version": "3.11.2", "archive": "JSON_for_Modern_C++.tgz", "author": { "name": "Niels Lohmann", diff --git a/docs/examples/basic_json__CompatibleType.output b/docs/examples/basic_json__CompatibleType.output index 10c4ed3fe..2337e81fb 100644 --- a/docs/examples/basic_json__CompatibleType.output +++ b/docs/examples/basic_json__CompatibleType.output @@ -2,7 +2,7 @@ {"one":1,"three":3,"two":2} {"one":1.2,"three":3.4,"two":2.3} {"one":true,"three":false,"two":true} -{"one":true,"three":true,"two":true} +{"one":true,"three":false,"two":true} ["one","two",3,4.5,false] [1,2,3,4] diff --git a/docs/examples/meta.output b/docs/examples/meta.output index 43fe0a887..9ceb5e201 100644 --- a/docs/examples/meta.output +++ b/docs/examples/meta.output @@ -2,7 +2,7 @@ "compiler": { "c++": "201103", "family": "gcc", - "version": "11.3.0" + "version": "12.1.0" }, "copyright": "(C) 2013-2022 Niels Lohmann", "name": "JSON for Modern C++", @@ -11,7 +11,7 @@ "version": { "major": 3, "minor": 11, - "patch": 1, - "string": "3.11.1" + "patch": 2, + "string": "3.11.2" } } diff --git a/docs/examples/nlohmann_json_namespace.output b/docs/examples/nlohmann_json_namespace.output index d5a8b59d6..09c5bdfe9 100644 --- a/docs/examples/nlohmann_json_namespace.output +++ b/docs/examples/nlohmann_json_namespace.output @@ -1 +1 @@ -nlohmann::json_v3_11_1 +nlohmann::json_v3_11_2 diff --git a/docs/examples/nlohmann_json_version.output b/docs/examples/nlohmann_json_version.output index d45d2bd17..043b9b234 100644 --- a/docs/examples/nlohmann_json_version.output +++ b/docs/examples/nlohmann_json_version.output @@ -1 +1 @@ -JSON for Modern C++ version 3.11.1 +JSON for Modern C++ version 3.11.2 diff --git a/docs/json.gif b/docs/json.gif index 7bbf1e6b0b5e4de8eee5bf0925ac45e7a2548cbd..8219866317ea21d2e5e07a4f7ab224a45b9b8bed 100644 GIT binary patch delta 29523 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 C{6p^m delta 29509 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 diff --git a/docs/mkdocs/docs/integration/cmake.md b/docs/mkdocs/docs/integration/cmake.md index b470319ba..c8f9883ea 100644 --- a/docs/mkdocs/docs/integration/cmake.md +++ b/docs/mkdocs/docs/integration/cmake.md @@ -18,7 +18,7 @@ and use the namespaced imported target from the generated package configuration: cmake_minimum_required(VERSION 3.1) project(ExampleProject LANGUAGES CXX) - find_package(nlohmann_json 3.11.1 REQUIRED) + find_package(nlohmann_json 3.11.2 REQUIRED) add_executable(example example.cpp) target_link_libraries(example PRIVATE nlohmann_json::nlohmann_json) @@ -77,7 +77,7 @@ to the following. ```cmake title="thirdparty/CMakeLists.txt" if(EXAMPLE_USE_EXTERNAL_JSON) - find_package(nlohmann_json 3.11.1 REQUIRED) + find_package(nlohmann_json 3.11.2 REQUIRED) else() set(JSON_BuildTests OFF CACHE INTERNAL "") add_subdirectory(nlohmann_json) @@ -100,7 +100,7 @@ automatically download a release as a dependency at configure type. include(FetchContent) - FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.1/json.tar.xz) + FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz) FetchContent_MakeAvailable(json) add_executable(example example.cpp) @@ -115,7 +115,7 @@ automatically download a release as a dependency at configure type. ```cmake FetchContent_Declare(json GIT_REPOSITORY https://github.com/nlohmann/json - GIT_TAG v3.11.1 + GIT_TAG v3.11.2 ) ``` diff --git a/include/nlohmann/adl_serializer.hpp b/include/nlohmann/adl_serializer.hpp index 1f3f20b6b..f77f94473 100644 --- a/include/nlohmann/adl_serializer.hpp +++ b/include/nlohmann/adl_serializer.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/byte_container_with_subtype.hpp b/include/nlohmann/byte_container_with_subtype.hpp index 401063806..1031cdcfe 100644 --- a/include/nlohmann/byte_container_with_subtype.hpp +++ b/include/nlohmann/byte_container_with_subtype.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/abi_macros.hpp b/include/nlohmann/detail/abi_macros.hpp index dac3c58e6..f98e4e1b0 100644 --- a/include/nlohmann/detail/abi_macros.hpp +++ b/include/nlohmann/detail/abi_macros.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12,7 +12,7 @@ #ifndef JSON_SKIP_LIBRARY_VERSION_CHECK #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH) - #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 1 + #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2 #warning "Already included a different version of the library!" #endif #endif @@ -20,7 +20,7 @@ #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) -#define NLOHMANN_JSON_VERSION_PATCH 1 // NOLINT(modernize-macro-to-enum) +#define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) #ifndef JSON_DIAGNOSTICS #define JSON_DIAGNOSTICS 0 diff --git a/include/nlohmann/detail/conversions/from_json.hpp b/include/nlohmann/detail/conversions/from_json.hpp index a72ae1744..c6299aa0b 100644 --- a/include/nlohmann/detail/conversions/from_json.hpp +++ b/include/nlohmann/detail/conversions/from_json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/conversions/to_chars.hpp b/include/nlohmann/detail/conversions/to_chars.hpp index 5f01e6c76..febef9327 100644 --- a/include/nlohmann/detail/conversions/to_chars.hpp +++ b/include/nlohmann/detail/conversions/to_chars.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2009 Florian Loitsch diff --git a/include/nlohmann/detail/conversions/to_json.hpp b/include/nlohmann/detail/conversions/to_json.hpp index f10a7393e..b33d726b4 100644 --- a/include/nlohmann/detail/conversions/to_json.hpp +++ b/include/nlohmann/detail/conversions/to_json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/exceptions.hpp b/include/nlohmann/detail/exceptions.hpp index 3a7af6adf..96d7e0104 100644 --- a/include/nlohmann/detail/exceptions.hpp +++ b/include/nlohmann/detail/exceptions.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/hash.hpp b/include/nlohmann/detail/hash.hpp index 2f57badc2..3f05af830 100644 --- a/include/nlohmann/detail/hash.hpp +++ b/include/nlohmann/detail/hash.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/binary_reader.hpp b/include/nlohmann/detail/input/binary_reader.hpp index b394f29f2..634615d35 100644 --- a/include/nlohmann/detail/input/binary_reader.hpp +++ b/include/nlohmann/detail/input/binary_reader.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/input_adapters.hpp b/include/nlohmann/detail/input/input_adapters.hpp index fb528ca57..cf53b1d57 100644 --- a/include/nlohmann/detail/input/input_adapters.hpp +++ b/include/nlohmann/detail/input/input_adapters.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/json_sax.hpp b/include/nlohmann/detail/input/json_sax.hpp index 36d9c22c4..5bd5c51c0 100644 --- a/include/nlohmann/detail/input/json_sax.hpp +++ b/include/nlohmann/detail/input/json_sax.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/lexer.hpp b/include/nlohmann/detail/input/lexer.hpp index bd6eb45f7..72e995108 100644 --- a/include/nlohmann/detail/input/lexer.hpp +++ b/include/nlohmann/detail/input/lexer.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/parser.hpp b/include/nlohmann/detail/input/parser.hpp index fb493a8d2..8acbd4fca 100644 --- a/include/nlohmann/detail/input/parser.hpp +++ b/include/nlohmann/detail/input/parser.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/input/position_t.hpp b/include/nlohmann/detail/input/position_t.hpp index f67875045..396db0e16 100644 --- a/include/nlohmann/detail/input/position_t.hpp +++ b/include/nlohmann/detail/input/position_t.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/internal_iterator.hpp b/include/nlohmann/detail/iterators/internal_iterator.hpp index b45688444..13a212c8d 100644 --- a/include/nlohmann/detail/iterators/internal_iterator.hpp +++ b/include/nlohmann/detail/iterators/internal_iterator.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/iter_impl.hpp b/include/nlohmann/detail/iterators/iter_impl.hpp index 18729da82..3f5a9901c 100644 --- a/include/nlohmann/detail/iterators/iter_impl.hpp +++ b/include/nlohmann/detail/iterators/iter_impl.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/iteration_proxy.hpp b/include/nlohmann/detail/iterators/iteration_proxy.hpp index de8c6590f..659cd06f2 100644 --- a/include/nlohmann/detail/iterators/iteration_proxy.hpp +++ b/include/nlohmann/detail/iterators/iteration_proxy.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/iterator_traits.hpp b/include/nlohmann/detail/iterators/iterator_traits.hpp index 9f33979b5..34a20eee8 100644 --- a/include/nlohmann/detail/iterators/iterator_traits.hpp +++ b/include/nlohmann/detail/iterators/iterator_traits.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/json_reverse_iterator.hpp b/include/nlohmann/detail/iterators/json_reverse_iterator.hpp index 5d9e45b2f..eb450e986 100644 --- a/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +++ b/include/nlohmann/detail/iterators/json_reverse_iterator.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/iterators/primitive_iterator.hpp b/include/nlohmann/detail/iterators/primitive_iterator.hpp index 49222e77c..0bc3ca804 100644 --- a/include/nlohmann/detail/iterators/primitive_iterator.hpp +++ b/include/nlohmann/detail/iterators/primitive_iterator.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/json_pointer.hpp b/include/nlohmann/detail/json_pointer.hpp index 663e95a5a..3f69bcdf1 100644 --- a/include/nlohmann/detail/json_pointer.hpp +++ b/include/nlohmann/detail/json_pointer.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/json_ref.hpp b/include/nlohmann/detail/json_ref.hpp index bc72ca1b7..47911fb55 100644 --- a/include/nlohmann/detail/json_ref.hpp +++ b/include/nlohmann/detail/json_ref.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/macro_scope.hpp b/include/nlohmann/detail/macro_scope.hpp index ff739f5d5..6248bea13 100644 --- a/include/nlohmann/detail/macro_scope.hpp +++ b/include/nlohmann/detail/macro_scope.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/macro_unscope.hpp b/include/nlohmann/detail/macro_unscope.hpp index 85865be2c..4a871f0c2 100644 --- a/include/nlohmann/detail/macro_unscope.hpp +++ b/include/nlohmann/detail/macro_unscope.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/call_std/begin.hpp b/include/nlohmann/detail/meta/call_std/begin.hpp index 91342ec02..27d36c66a 100644 --- a/include/nlohmann/detail/meta/call_std/begin.hpp +++ b/include/nlohmann/detail/meta/call_std/begin.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/call_std/end.hpp b/include/nlohmann/detail/meta/call_std/end.hpp index c5a9b9498..d10bf8333 100644 --- a/include/nlohmann/detail/meta/call_std/end.hpp +++ b/include/nlohmann/detail/meta/call_std/end.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/cpp_future.hpp b/include/nlohmann/detail/meta/cpp_future.hpp index ec984dc37..22f25140d 100644 --- a/include/nlohmann/detail/meta/cpp_future.hpp +++ b/include/nlohmann/detail/meta/cpp_future.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/detected.hpp b/include/nlohmann/detail/meta/detected.hpp index 6b5c81639..b2f6db9fc 100644 --- a/include/nlohmann/detail/meta/detected.hpp +++ b/include/nlohmann/detail/meta/detected.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/identity_tag.hpp b/include/nlohmann/detail/meta/identity_tag.hpp index 3df2d2012..71164f281 100644 --- a/include/nlohmann/detail/meta/identity_tag.hpp +++ b/include/nlohmann/detail/meta/identity_tag.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/is_sax.hpp b/include/nlohmann/detail/meta/is_sax.hpp index 052bddde3..215008963 100644 --- a/include/nlohmann/detail/meta/is_sax.hpp +++ b/include/nlohmann/detail/meta/is_sax.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/std_fs.hpp b/include/nlohmann/detail/meta/std_fs.hpp index bbebd7010..c0961580e 100644 --- a/include/nlohmann/detail/meta/std_fs.hpp +++ b/include/nlohmann/detail/meta/std_fs.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/type_traits.hpp b/include/nlohmann/detail/meta/type_traits.hpp index 3df94b851..cfc7e5ad3 100644 --- a/include/nlohmann/detail/meta/type_traits.hpp +++ b/include/nlohmann/detail/meta/type_traits.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/meta/void_t.hpp b/include/nlohmann/detail/meta/void_t.hpp index 261d957b5..29154020d 100644 --- a/include/nlohmann/detail/meta/void_t.hpp +++ b/include/nlohmann/detail/meta/void_t.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/output/binary_writer.hpp b/include/nlohmann/detail/output/binary_writer.hpp index 25755f015..9423635f0 100644 --- a/include/nlohmann/detail/output/binary_writer.hpp +++ b/include/nlohmann/detail/output/binary_writer.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/output/output_adapters.hpp b/include/nlohmann/detail/output/output_adapters.hpp index 2935fe7a6..630bd8f73 100644 --- a/include/nlohmann/detail/output/output_adapters.hpp +++ b/include/nlohmann/detail/output/output_adapters.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/output/serializer.hpp b/include/nlohmann/detail/output/serializer.hpp index d73692dd9..500fc55ec 100644 --- a/include/nlohmann/detail/output/serializer.hpp +++ b/include/nlohmann/detail/output/serializer.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann diff --git a/include/nlohmann/detail/string_concat.hpp b/include/nlohmann/detail/string_concat.hpp index 2529e4f65..59725ca82 100644 --- a/include/nlohmann/detail/string_concat.hpp +++ b/include/nlohmann/detail/string_concat.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/string_escape.hpp b/include/nlohmann/detail/string_escape.hpp index d417b4eb9..f20461910 100644 --- a/include/nlohmann/detail/string_escape.hpp +++ b/include/nlohmann/detail/string_escape.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/detail/value_t.hpp b/include/nlohmann/detail/value_t.hpp index 3b20dd8cd..0e79fd669 100644 --- a/include/nlohmann/detail/value_t.hpp +++ b/include/nlohmann/detail/value_t.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 5fdb8c900..18a7c8757 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -514,7 +514,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec object = nullptr; // silence warning, see #821 if (JSON_HEDLEY_UNLIKELY(t == value_t::null)) { - JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.1", nullptr)); // LCOV_EXCL_LINE + JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.2", nullptr)); // LCOV_EXCL_LINE } break; } diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp index be197359c..67172b14f 100644 --- a/include/nlohmann/json_fwd.hpp +++ b/include/nlohmann/json_fwd.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/ordered_map.hpp b/include/nlohmann/ordered_map.hpp index cf67761b2..55c630d90 100644 --- a/include/nlohmann/ordered_map.hpp +++ b/include/nlohmann/ordered_map.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/thirdparty/hedley/hedley.hpp b/include/nlohmann/thirdparty/hedley/hedley.hpp index 3f9c41efd..f1377f1e4 100644 --- a/include/nlohmann/thirdparty/hedley/hedley.hpp +++ b/include/nlohmann/thirdparty/hedley/hedley.hpp @@ -2,7 +2,7 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/thirdparty/hedley/hedley_undef.hpp b/include/nlohmann/thirdparty/hedley/hedley_undef.hpp index f2c2015c6..d0c58ff84 100644 --- a/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +++ b/include/nlohmann/thirdparty/hedley/hedley_undef.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/meson.build b/meson.build index b13f64b01..e2fb86f46 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nlohmann_json', 'cpp', - version : '3.11.1', + version : '3.11.2', license : 'MIT', ) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 2689c4194..0d671ecdf 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -35,7 +35,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -48,7 +48,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -60,7 +60,7 @@ #ifndef JSON_SKIP_LIBRARY_VERSION_CHECK #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH) - #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 1 + #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2 #warning "Already included a different version of the library!" #endif #endif @@ -68,7 +68,7 @@ #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) -#define NLOHMANN_JSON_VERSION_PATCH 1 // NOLINT(modernize-macro-to-enum) +#define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) #ifndef JSON_DIAGNOSTICS #define JSON_DIAGNOSTICS 0 @@ -129,7 +129,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -152,7 +152,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -169,7 +169,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -185,7 +185,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -197,7 +197,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -210,7 +210,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -297,7 +297,7 @@ NLOHMANN_JSON_NAMESPACE_END // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -2902,7 +2902,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -2977,7 +2977,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3019,7 +3019,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3193,7 +3193,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3209,7 +3209,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3277,7 +3277,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3297,7 +3297,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3321,7 +3321,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4117,7 +4117,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4504,7 +4504,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4528,7 +4528,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5034,7 +5034,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5054,7 +5054,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5775,7 +5775,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5887,7 +5887,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -6020,7 +6020,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -6046,7 +6046,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -6544,7 +6544,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -7277,7 +7277,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -8916,7 +8916,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12069,7 +12069,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12586,7 +12586,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12599,7 +12599,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12758,7 +12758,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -13520,7 +13520,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -13655,7 +13655,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14650,7 +14650,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14742,7 +14742,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14768,7 +14768,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -16736,7 +16736,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann @@ -16761,7 +16761,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2009 Florian Loitsch @@ -18857,7 +18857,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -19671,7 +19671,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec object = nullptr; // silence warning, see #821 if (JSON_HEDLEY_UNLIKELY(t == value_t::null)) { - JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.1", nullptr)); // LCOV_EXCL_LINE + JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.2", nullptr)); // LCOV_EXCL_LINE } break; } @@ -24369,7 +24369,7 @@ inline void swap(nlohmann::NLOHMANN_BASIC_JSON_TPL& j1, nlohmann::NLOHMANN_BASIC // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -24413,7 +24413,7 @@ inline void swap(nlohmann::NLOHMANN_BASIC_JSON_TPL& j1, nlohmann::NLOHMANN_BASIC // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/single_include/nlohmann/json_fwd.hpp b/single_include/nlohmann/json_fwd.hpp index 0718f3f65..816a1decb 100644 --- a/single_include/nlohmann/json_fwd.hpp +++ b/single_include/nlohmann/json_fwd.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -18,7 +18,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -30,7 +30,7 @@ #ifndef JSON_SKIP_LIBRARY_VERSION_CHECK #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH) - #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 1 + #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2 #warning "Already included a different version of the library!" #endif #endif @@ -38,7 +38,7 @@ #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) -#define NLOHMANN_JSON_VERSION_PATCH 1 // NOLINT(modernize-macro-to-enum) +#define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) #ifndef JSON_DIAGNOSTICS #define JSON_DIAGNOSTICS 0 diff --git a/tests/abi/diag/diag.cpp b/tests/abi/diag/diag.cpp index df554e72a..1861f6706 100644 --- a/tests/abi/diag/diag.cpp +++ b/tests/abi/diag/diag.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/diag/diag.hpp b/tests/abi/diag/diag.hpp index 4d1309ac7..ebca6d06e 100644 --- a/tests/abi/diag/diag.hpp +++ b/tests/abi/diag/diag.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/diag/diag_off.cpp b/tests/abi/diag/diag_off.cpp index c5d8791b9..3c59db951 100644 --- a/tests/abi/diag/diag_off.cpp +++ b/tests/abi/diag/diag_off.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/diag/diag_on.cpp b/tests/abi/diag/diag_on.cpp index 005ac8ed9..902623081 100644 --- a/tests/abi/diag/diag_on.cpp +++ b/tests/abi/diag/diag_on.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/inline_ns/use_current.cpp b/tests/abi/inline_ns/use_current.cpp index b3916642b..2ec1ab367 100644 --- a/tests/abi/inline_ns/use_current.cpp +++ b/tests/abi/inline_ns/use_current.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/inline_ns/use_v3_10_5.cpp b/tests/abi/inline_ns/use_v3_10_5.cpp index 43d4624fc..d1b27ca75 100644 --- a/tests/abi/inline_ns/use_v3_10_5.cpp +++ b/tests/abi/inline_ns/use_v3_10_5.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/main.cpp b/tests/abi/main.cpp index d1a6fde55..54c4b6ca4 100644 --- a/tests/abi/main.cpp +++ b/tests/abi/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/benchmarks/src/benchmarks.cpp b/tests/benchmarks/src/benchmarks.cpp index 2f30619ae..6c3d4d5a7 100644 --- a/tests/benchmarks/src/benchmarks.cpp +++ b/tests/benchmarks/src/benchmarks.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_add_subdirectory/project/main.cpp b/tests/cmake_add_subdirectory/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_add_subdirectory/project/main.cpp +++ b/tests/cmake_add_subdirectory/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_fetch_content/project/main.cpp b/tests/cmake_fetch_content/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_fetch_content/project/main.cpp +++ b/tests/cmake_fetch_content/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_fetch_content2/project/main.cpp b/tests/cmake_fetch_content2/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_fetch_content2/project/main.cpp +++ b/tests/cmake_fetch_content2/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_import/project/main.cpp b/tests/cmake_import/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_import/project/main.cpp +++ b/tests/cmake_import/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_import_minver/project/main.cpp b/tests/cmake_import_minver/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_import_minver/project/main.cpp +++ b/tests/cmake_import_minver/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_target_include_directories/project/Bar.cpp b/tests/cmake_target_include_directories/project/Bar.cpp index b46ab7504..49c54d7bd 100644 --- a/tests/cmake_target_include_directories/project/Bar.cpp +++ b/tests/cmake_target_include_directories/project/Bar.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_target_include_directories/project/Bar.hpp b/tests/cmake_target_include_directories/project/Bar.hpp index 8d4dae89a..6184c5a2c 100644 --- a/tests/cmake_target_include_directories/project/Bar.hpp +++ b/tests/cmake_target_include_directories/project/Bar.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_target_include_directories/project/Foo.cpp b/tests/cmake_target_include_directories/project/Foo.cpp index c85b56d77..18807889d 100644 --- a/tests/cmake_target_include_directories/project/Foo.cpp +++ b/tests/cmake_target_include_directories/project/Foo.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_target_include_directories/project/Foo.hpp b/tests/cmake_target_include_directories/project/Foo.hpp index 09ac38db4..9a387dc13 100644 --- a/tests/cmake_target_include_directories/project/Foo.hpp +++ b/tests/cmake_target_include_directories/project/Foo.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cmake_target_include_directories/project/main.cpp b/tests/cmake_target_include_directories/project/main.cpp index 91e83a9e3..eff2ecfac 100644 --- a/tests/cmake_target_include_directories/project/main.cpp +++ b/tests/cmake_target_include_directories/project/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/cuda_example/json_cuda.cu b/tests/cuda_example/json_cuda.cu index d24763444..7b965098b 100644 --- a/tests/cuda_example/json_cuda.cu +++ b/tests/cuda_example/json_cuda.cu @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-driver_afl.cpp b/tests/src/fuzzer-driver_afl.cpp index b0878a0f4..2fe65b919 100644 --- a/tests/src/fuzzer-driver_afl.cpp +++ b/tests/src/fuzzer-driver_afl.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_bjdata.cpp b/tests/src/fuzzer-parse_bjdata.cpp index c06c8e06d..abecead44 100644 --- a/tests/src/fuzzer-parse_bjdata.cpp +++ b/tests/src/fuzzer-parse_bjdata.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_bson.cpp b/tests/src/fuzzer-parse_bson.cpp index e2e47155a..56e677c3f 100644 --- a/tests/src/fuzzer-parse_bson.cpp +++ b/tests/src/fuzzer-parse_bson.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_cbor.cpp b/tests/src/fuzzer-parse_cbor.cpp index 2586ec2f2..3e05e0ad0 100644 --- a/tests/src/fuzzer-parse_cbor.cpp +++ b/tests/src/fuzzer-parse_cbor.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_json.cpp b/tests/src/fuzzer-parse_json.cpp index a88e2b98e..cdad1462b 100644 --- a/tests/src/fuzzer-parse_json.cpp +++ b/tests/src/fuzzer-parse_json.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_msgpack.cpp b/tests/src/fuzzer-parse_msgpack.cpp index 39db376ab..7855b42a7 100644 --- a/tests/src/fuzzer-parse_msgpack.cpp +++ b/tests/src/fuzzer-parse_msgpack.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/fuzzer-parse_ubjson.cpp b/tests/src/fuzzer-parse_ubjson.cpp index 2728c5103..a3f1e9f74 100644 --- a/tests/src/fuzzer-parse_ubjson.cpp +++ b/tests/src/fuzzer-parse_ubjson.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/make_test_data_available.hpp b/tests/src/make_test_data_available.hpp index ef9fc62ca..83b926621 100644 --- a/tests/src/make_test_data_available.hpp +++ b/tests/src/make_test_data_available.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/test_utils.hpp b/tests/src/test_utils.hpp index 198222de7..15e87973e 100644 --- a/tests/src/test_utils.hpp +++ b/tests/src/test_utils.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-32bit.cpp b/tests/src/unit-32bit.cpp index 82e6f33b2..3ff6277e8 100644 --- a/tests/src/unit-32bit.cpp +++ b/tests/src/unit-32bit.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-algorithms.cpp b/tests/src/unit-algorithms.cpp index d10c14dcf..f4b87f8fa 100644 --- a/tests/src/unit-algorithms.cpp +++ b/tests/src/unit-algorithms.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-allocator.cpp b/tests/src/unit-allocator.cpp index 9e5edc4f8..c6b77ed66 100644 --- a/tests/src/unit-allocator.cpp +++ b/tests/src/unit-allocator.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-alt-string.cpp b/tests/src/unit-alt-string.cpp index 0c94d0fb9..609b5d159 100644 --- a/tests/src/unit-alt-string.cpp +++ b/tests/src/unit-alt-string.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-assert_macro.cpp b/tests/src/unit-assert_macro.cpp index e9be6b5e2..7189119c0 100644 --- a/tests/src/unit-assert_macro.cpp +++ b/tests/src/unit-assert_macro.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-binary_formats.cpp b/tests/src/unit-binary_formats.cpp index 896bc1bdb..463360ad5 100644 --- a/tests/src/unit-binary_formats.cpp +++ b/tests/src/unit-binary_formats.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-bjdata.cpp b/tests/src/unit-bjdata.cpp index c245e87e9..41b78742b 100644 --- a/tests/src/unit-bjdata.cpp +++ b/tests/src/unit-bjdata.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-bson.cpp b/tests/src/unit-bson.cpp index 05fe8d3e8..a231c8cca 100644 --- a/tests/src/unit-bson.cpp +++ b/tests/src/unit-bson.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-byte_container_with_subtype.cpp b/tests/src/unit-byte_container_with_subtype.cpp index c651273fe..ba8eab27f 100644 --- a/tests/src/unit-byte_container_with_subtype.cpp +++ b/tests/src/unit-byte_container_with_subtype.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-capacity.cpp b/tests/src/unit-capacity.cpp index 858e111ad..2f644a1f0 100644 --- a/tests/src/unit-capacity.cpp +++ b/tests/src/unit-capacity.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-cbor.cpp b/tests/src/unit-cbor.cpp index 78bdeb2b9..ffa3e92d8 100644 --- a/tests/src/unit-cbor.cpp +++ b/tests/src/unit-cbor.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-class_const_iterator.cpp b/tests/src/unit-class_const_iterator.cpp index 8e0bc823e..3c5ba053f 100644 --- a/tests/src/unit-class_const_iterator.cpp +++ b/tests/src/unit-class_const_iterator.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-class_iterator.cpp b/tests/src/unit-class_iterator.cpp index 7568d927d..8a36c18a7 100644 --- a/tests/src/unit-class_iterator.cpp +++ b/tests/src/unit-class_iterator.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-class_lexer.cpp b/tests/src/unit-class_lexer.cpp index 9991b355e..30d4e5e1b 100644 --- a/tests/src/unit-class_lexer.cpp +++ b/tests/src/unit-class_lexer.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-class_parser.cpp b/tests/src/unit-class_parser.cpp index 86dd85a7f..0193b4b89 100644 --- a/tests/src/unit-class_parser.cpp +++ b/tests/src/unit-class_parser.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-comparison.cpp b/tests/src/unit-comparison.cpp index f713c980a..b838c02f2 100644 --- a/tests/src/unit-comparison.cpp +++ b/tests/src/unit-comparison.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-concepts.cpp b/tests/src/unit-concepts.cpp index c179b0c3c..3a0c81b05 100644 --- a/tests/src/unit-concepts.cpp +++ b/tests/src/unit-concepts.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-constructor1.cpp b/tests/src/unit-constructor1.cpp index 9e62a09f8..791fb60b3 100644 --- a/tests/src/unit-constructor1.cpp +++ b/tests/src/unit-constructor1.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-constructor2.cpp b/tests/src/unit-constructor2.cpp index b1b5a6ed4..7932caeff 100644 --- a/tests/src/unit-constructor2.cpp +++ b/tests/src/unit-constructor2.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-convenience.cpp b/tests/src/unit-convenience.cpp index fcb772320..d60d1a00e 100644 --- a/tests/src/unit-convenience.cpp +++ b/tests/src/unit-convenience.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-conversions.cpp b/tests/src/unit-conversions.cpp index d86b614c4..78ed3bb3e 100644 --- a/tests/src/unit-conversions.cpp +++ b/tests/src/unit-conversions.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-deserialization.cpp b/tests/src/unit-deserialization.cpp index 3616f35c5..86640fd3f 100644 --- a/tests/src/unit-deserialization.cpp +++ b/tests/src/unit-deserialization.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-diagnostics.cpp b/tests/src/unit-diagnostics.cpp index a1aff57af..0b8e4dbe3 100644 --- a/tests/src/unit-diagnostics.cpp +++ b/tests/src/unit-diagnostics.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-disabled_exceptions.cpp b/tests/src/unit-disabled_exceptions.cpp index 6a7d5000d..45af2aed7 100644 --- a/tests/src/unit-disabled_exceptions.cpp +++ b/tests/src/unit-disabled_exceptions.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-element_access1.cpp b/tests/src/unit-element_access1.cpp index f28f2f9f2..af70b94a4 100644 --- a/tests/src/unit-element_access1.cpp +++ b/tests/src/unit-element_access1.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-element_access2.cpp b/tests/src/unit-element_access2.cpp index cc713f323..165b24b46 100644 --- a/tests/src/unit-element_access2.cpp +++ b/tests/src/unit-element_access2.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-hash.cpp b/tests/src/unit-hash.cpp index 1ed21bd39..9363d6235 100644 --- a/tests/src/unit-hash.cpp +++ b/tests/src/unit-hash.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-inspection.cpp b/tests/src/unit-inspection.cpp index c5ea684d0..312292585 100644 --- a/tests/src/unit-inspection.cpp +++ b/tests/src/unit-inspection.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-items.cpp b/tests/src/unit-items.cpp index 55d9edd39..63e6a38a1 100644 --- a/tests/src/unit-items.cpp +++ b/tests/src/unit-items.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-iterators1.cpp b/tests/src/unit-iterators1.cpp index 14bbdf844..9337c5a21 100644 --- a/tests/src/unit-iterators1.cpp +++ b/tests/src/unit-iterators1.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-iterators2.cpp b/tests/src/unit-iterators2.cpp index 57326a289..27926084c 100644 --- a/tests/src/unit-iterators2.cpp +++ b/tests/src/unit-iterators2.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-json_patch.cpp b/tests/src/unit-json_patch.cpp index 3be0f8ecf..d1a994b93 100644 --- a/tests/src/unit-json_patch.cpp +++ b/tests/src/unit-json_patch.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-json_pointer.cpp b/tests/src/unit-json_pointer.cpp index cbe13bbde..703289721 100644 --- a/tests/src/unit-json_pointer.cpp +++ b/tests/src/unit-json_pointer.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-large_json.cpp b/tests/src/unit-large_json.cpp index 69f47df64..5db98116a 100644 --- a/tests/src/unit-large_json.cpp +++ b/tests/src/unit-large_json.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-merge_patch.cpp b/tests/src/unit-merge_patch.cpp index 5098d1278..cc87bee91 100644 --- a/tests/src/unit-merge_patch.cpp +++ b/tests/src/unit-merge_patch.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-meta.cpp b/tests/src/unit-meta.cpp index ad3a841c6..7cfc39eed 100644 --- a/tests/src/unit-meta.cpp +++ b/tests/src/unit-meta.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -22,10 +22,10 @@ TEST_CASE("version information") CHECK(j["url"] == "https://github.com/nlohmann/json"); CHECK(j["version"] == json( { - {"string", "3.11.1"}, + {"string", "3.11.2"}, {"major", 3}, {"minor", 11}, - {"patch", 1} + {"patch", 2} })); CHECK(j.find("platform") != j.end()); diff --git a/tests/src/unit-modifiers.cpp b/tests/src/unit-modifiers.cpp index 8b06f1809..fa4d17b5b 100644 --- a/tests/src/unit-modifiers.cpp +++ b/tests/src/unit-modifiers.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // Copyright (c) 2013-2022 Niels Lohmann . diff --git a/tests/src/unit-msgpack.cpp b/tests/src/unit-msgpack.cpp index d0e5ff3d5..0f7aab8da 100644 --- a/tests/src/unit-msgpack.cpp +++ b/tests/src/unit-msgpack.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-noexcept.cpp b/tests/src/unit-noexcept.cpp index 89a7db7b0..2cac058ce 100644 --- a/tests/src/unit-noexcept.cpp +++ b/tests/src/unit-noexcept.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-ordered_json.cpp b/tests/src/unit-ordered_json.cpp index 3ce0aa155..c8f425b4c 100644 --- a/tests/src/unit-ordered_json.cpp +++ b/tests/src/unit-ordered_json.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-ordered_map.cpp b/tests/src/unit-ordered_map.cpp index d907263b4..f9e6302b6 100644 --- a/tests/src/unit-ordered_map.cpp +++ b/tests/src/unit-ordered_map.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-pointer_access.cpp b/tests/src/unit-pointer_access.cpp index b48a4297c..11cee65a5 100644 --- a/tests/src/unit-pointer_access.cpp +++ b/tests/src/unit-pointer_access.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-readme.cpp b/tests/src/unit-readme.cpp index 00d34c170..1c2061459 100644 --- a/tests/src/unit-readme.cpp +++ b/tests/src/unit-readme.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-reference_access.cpp b/tests/src/unit-reference_access.cpp index abe8bd1f5..5f450ec2c 100644 --- a/tests/src/unit-reference_access.cpp +++ b/tests/src/unit-reference_access.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-regression1.cpp b/tests/src/unit-regression1.cpp index 45c4bd620..ee7f8bc12 100644 --- a/tests/src/unit-regression1.cpp +++ b/tests/src/unit-regression1.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-regression2.cpp b/tests/src/unit-regression2.cpp index 73c8f3906..503d2a4f8 100644 --- a/tests/src/unit-regression2.cpp +++ b/tests/src/unit-regression2.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-serialization.cpp b/tests/src/unit-serialization.cpp index 50dc58b4c..a023d23d9 100644 --- a/tests/src/unit-serialization.cpp +++ b/tests/src/unit-serialization.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-testsuites.cpp b/tests/src/unit-testsuites.cpp index 268a48327..48cb07255 100644 --- a/tests/src/unit-testsuites.cpp +++ b/tests/src/unit-testsuites.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-to_chars.cpp b/tests/src/unit-to_chars.cpp index 44d4f3801..0d5fcd422 100644 --- a/tests/src/unit-to_chars.cpp +++ b/tests/src/unit-to_chars.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-type_traits.cpp b/tests/src/unit-type_traits.cpp index 3be8e98a9..25ec59668 100644 --- a/tests/src/unit-type_traits.cpp +++ b/tests/src/unit-type_traits.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-ubjson.cpp b/tests/src/unit-ubjson.cpp index 5086149ce..8045ba992 100644 --- a/tests/src/unit-ubjson.cpp +++ b/tests/src/unit-ubjson.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-udl.cpp b/tests/src/unit-udl.cpp index 934744364..a1cd42dbc 100644 --- a/tests/src/unit-udl.cpp +++ b/tests/src/unit-udl.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-udt.cpp b/tests/src/unit-udt.cpp index 681536f95..c95de4199 100644 --- a/tests/src/unit-udt.cpp +++ b/tests/src/unit-udt.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-udt_macro.cpp b/tests/src/unit-udt_macro.cpp index eed81cdfa..e52412bf9 100644 --- a/tests/src/unit-udt_macro.cpp +++ b/tests/src/unit-udt_macro.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-unicode1.cpp b/tests/src/unit-unicode1.cpp index 03c5b8006..0b87cfa9d 100644 --- a/tests/src/unit-unicode1.cpp +++ b/tests/src/unit-unicode1.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-unicode2.cpp b/tests/src/unit-unicode2.cpp index b91d0be86..02eab6f95 100644 --- a/tests/src/unit-unicode2.cpp +++ b/tests/src/unit-unicode2.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-unicode3.cpp b/tests/src/unit-unicode3.cpp index d5740e3e0..80cff40ad 100644 --- a/tests/src/unit-unicode3.cpp +++ b/tests/src/unit-unicode3.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-unicode4.cpp b/tests/src/unit-unicode4.cpp index 0a7a58bc3..6992b3123 100644 --- a/tests/src/unit-unicode4.cpp +++ b/tests/src/unit-unicode4.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-unicode5.cpp b/tests/src/unit-unicode5.cpp index 2360dbe36..be12f3ae3 100644 --- a/tests/src/unit-unicode5.cpp +++ b/tests/src/unit-unicode5.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-user_defined_input.cpp b/tests/src/unit-user_defined_input.cpp index a3095a8d9..febc14c7c 100644 --- a/tests/src/unit-user_defined_input.cpp +++ b/tests/src/unit-user_defined_input.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-windows_h.cpp b/tests/src/unit-windows_h.cpp index 5fa641091..aa4b41406 100644 --- a/tests/src/unit-windows_h.cpp +++ b/tests/src/unit-windows_h.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit-wstring.cpp b/tests/src/unit-wstring.cpp index b8ed08db8..cadda8b70 100644 --- a/tests/src/unit-wstring.cpp +++ b/tests/src/unit-wstring.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit.cpp b/tests/src/unit.cpp index 8074687a5..a4c358882 100644 --- a/tests/src/unit.cpp +++ b/tests/src/unit.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.1 +// | | |__ | | | | | | version 3.11.2 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/wsjcpp.yml b/wsjcpp.yml index 4b8b661d9..d40eb011e 100644 --- a/wsjcpp.yml +++ b/wsjcpp.yml @@ -2,7 +2,7 @@ wsjcpp_version: "v0.1.1" cmake_minimum_required: "3.0" cmake_cxx_standard: "11" name: "nlohmann/json" -version: "v3.11.1" +version: "v3.11.2" description: "JSON for Modern C++" issues: "https://github.com/nlohmann/json/issues" keywords: