From f2020da0dd36ddf1e023eada2f5ad2f70dd7cc76 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 1 Aug 2022 23:27:58 +0200 Subject: [PATCH] :bookmark: set version to 3.11.1 --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .reuse/templates/json.jinja2 | 2 +- .reuse/templates/json_support.jinja2 | 2 +- CITATION.cff | 2 +- CMakeLists.txt | 2 +- ChangeLog.md | 351 +++++++++--------- README.md | 2 +- docs/docset/docset.json | 2 +- docs/examples/meta.output | 4 +- docs/examples/nlohmann_json_version.output | 2 +- docs/json.gif | Bin 1644571 -> 1644779 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 ++--- 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-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 +- 149 files changed, 384 insertions(+), 371 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 762b08e9a..c168a9c5d 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.0). Otherwise, please enter + please enter the version number (e.g., 3.11.1). 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 4e85ec224..e2d997862 100644 --- a/.reuse/templates/json.jinja2 +++ b/.reuse/templates/json.jinja2 @@ -1,6 +1,6 @@ __ _____ _____ _____ __| | __| | | | JSON for Modern C++ -| | |__ | | | | | | version 3.11.0 +| | |__ | | | | | | version 3.11.1 |_____|_____|_____|_|___| 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 3df94354e..f46034566 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.0 +| | |__ | | | | | | version 3.11.1 |_____|_____|_____|_|___| https://github.com/nlohmann/json {% for copyright_line in copyright_lines %} diff --git a/CITATION.cff b/CITATION.cff index 7f3cff5d5..07848fac9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ authors: email: mail@nlohmann.me website: https://nlohmann.me title: "JSON for Modern C++" -version: 3.11.0 +version: 3.11.1 date-released: 2022-01-03 license: MIT repository-code: "https://github.com/nlohmann" diff --git a/CMakeLists.txt b/CMakeLists.txt index 1945b2cd3..8268cede0 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.0 LANGUAGES CXX) +project(nlohmann_json VERSION 3.11.1 LANGUAGES CXX) ## ## MAIN_PROJECT CHECK diff --git a/ChangeLog.md b/ChangeLog.md index 1d7f8cabd..dfbacdac1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.11.0](https://github.com/nlohmann/json/releases/tag/3.11.0) (2022-07-31) +## [3.11.1](https://github.com/nlohmann/json/releases/tag/3.11.1) (2022-08-01) -[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.5...3.11.0) +[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.0...3.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) + +- Fix global UDLs [\#3646](https://github.com/nlohmann/json/pull/3646) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) + +## [v3.11.0](https://github.com/nlohmann/json/releases/tag/v3.11.0) (2022-08-01) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.5...v3.11.0) - ICPC: warning \#1098: the qualifier on this friend declaration is ignored [\#3632](https://github.com/nlohmann/json/issues/3632) - Starting with 3.10.4, just adding `\#include json.hpp` causes compile error: `overload resolution selected deleted operator '=' [\#3620](https://github.com/nlohmann/json/issues/3620) @@ -189,36 +198,7 @@ All notable changes to this project will be documented in this file. This projec - Improve documentation InputType and IteratorType [\#3246](https://github.com/nlohmann/json/pull/3246) ([nlohmann](https://github.com/nlohmann)) - Remove stringstream [\#3244](https://github.com/nlohmann/json/pull/3244) ([nlohmann](https://github.com/nlohmann)) - fix \_MSC\_VER version to check for std::filesystem [\#3240](https://github.com/nlohmann/json/pull/3240) ([gcerretani](https://github.com/gcerretani)) -- Fix compilation error with NVCC [\#3234](https://github.com/nlohmann/json/pull/3234) ([nlohmann](https://github.com/nlohmann)) -- Remove Travis CI [\#3233](https://github.com/nlohmann/json/pull/3233) ([nlohmann](https://github.com/nlohmann)) -- Add build step for NVCC and fix a warning [\#3227](https://github.com/nlohmann/json/pull/3227) ([nlohmann](https://github.com/nlohmann)) -- Update cpplint [\#3225](https://github.com/nlohmann/json/pull/3225) ([nlohmann](https://github.com/nlohmann)) -- Fix: Warning for shadowed variables \(\#3188\) [\#3193](https://github.com/nlohmann/json/pull/3193) ([kernie](https://github.com/kernie)) -- Fix FAQ hyperlink typo in readme [\#3148](https://github.com/nlohmann/json/pull/3148) ([Prince-Mendiratta](https://github.com/Prince-Mendiratta)) -- Docs: Update `skip_comments` to `ignore_comments` [\#3145](https://github.com/nlohmann/json/pull/3145) ([daniel-kun](https://github.com/daniel-kun)) - Add macros NLOHMANN\_DEFINE\_TYPE\_INTRUSIVE\_WITH\_DEFAULT and ...\_NON\_INTRUSIVE\_WITH\_DEFAULT [\#3143](https://github.com/nlohmann/json/pull/3143) ([pketelsen](https://github.com/pketelsen)) -- fix typos in documentation [\#3140](https://github.com/nlohmann/json/pull/3140) ([striezel](https://github.com/striezel)) -- Fix spelling [\#3125](https://github.com/nlohmann/json/pull/3125) ([axic](https://github.com/axic)) -- Extend std specializations [\#3121](https://github.com/nlohmann/json/pull/3121) ([nlohmann](https://github.com/nlohmann)) -- Add missing erase\(first, last\) function to ordered\_map [\#3109](https://github.com/nlohmann/json/pull/3109) ([nlohmann](https://github.com/nlohmann)) -- Fix typos in operator\[\] documentation [\#3102](https://github.com/nlohmann/json/pull/3102) ([axnsan12](https://github.com/axnsan12)) -- Add C++17 copies of the test binaries [\#3101](https://github.com/nlohmann/json/pull/3101) ([nlohmann](https://github.com/nlohmann)) -- Add examples for parsing from iterator pair [\#3100](https://github.com/nlohmann/json/pull/3100) ([nlohmann](https://github.com/nlohmann)) -- Update CI [\#3088](https://github.com/nlohmann/json/pull/3088) ([nlohmann](https://github.com/nlohmann)) -- Revert invalid fix [\#3082](https://github.com/nlohmann/json/pull/3082) ([nlohmann](https://github.com/nlohmann)) -- Allow to use get with explicit constructor [\#3079](https://github.com/nlohmann/json/pull/3079) ([nlohmann](https://github.com/nlohmann)) -- fix std::filesystem::path regression [\#3073](https://github.com/nlohmann/json/pull/3073) ([theodelrieu](https://github.com/theodelrieu)) -- Consolidate documentation [\#3071](https://github.com/nlohmann/json/pull/3071) ([nlohmann](https://github.com/nlohmann)) -- Add recursive update function [\#3069](https://github.com/nlohmann/json/pull/3069) ([nlohmann](https://github.com/nlohmann)) -- Fix Clang version [\#3040](https://github.com/nlohmann/json/pull/3040) ([nlohmann](https://github.com/nlohmann)) -- Fix assertion failure for JSON\_DIAGNOSTICS [\#3037](https://github.com/nlohmann/json/pull/3037) ([carlsmedstad](https://github.com/carlsmedstad)) -- meta: fix is\_compatible/constructible traits [\#3020](https://github.com/nlohmann/json/pull/3020) ([theodelrieu](https://github.com/theodelrieu)) -- Set parent pointers for values inserted via update\(\) \(fixes \#3007\). [\#3008](https://github.com/nlohmann/json/pull/3008) ([AnthonyVH](https://github.com/AnthonyVH)) -- Allow allocators for output\_vector\_adapter [\#2989](https://github.com/nlohmann/json/pull/2989) ([nlohmann](https://github.com/nlohmann)) -- Re-add Clang 12 [\#2986](https://github.com/nlohmann/json/pull/2986) ([nlohmann](https://github.com/nlohmann)) -- Use new Docker image [\#2981](https://github.com/nlohmann/json/pull/2981) ([nlohmann](https://github.com/nlohmann)) -- Fix -Wunused warnings on JSON\_DIAGNOSTICS [\#2976](https://github.com/nlohmann/json/pull/2976) ([gcerretani](https://github.com/gcerretani)) -- Update docset generation script [\#2967](https://github.com/nlohmann/json/pull/2967) ([nlohmann](https://github.com/nlohmann)) ## [v3.10.5](https://github.com/nlohmann/json/releases/tag/v3.10.5) (2022-01-03) @@ -249,6 +229,24 @@ All notable changes to this project will be documented in this file. This projec - some static analysis warning at line 11317 [\#1390](https://github.com/nlohmann/json/issues/1390) - Compiling with icpc [\#755](https://github.com/nlohmann/json/issues/755) +- Fix compilation error with NVCC [\#3234](https://github.com/nlohmann/json/pull/3234) ([nlohmann](https://github.com/nlohmann)) +- Remove Travis CI [\#3233](https://github.com/nlohmann/json/pull/3233) ([nlohmann](https://github.com/nlohmann)) +- Add build step for NVCC and fix a warning [\#3227](https://github.com/nlohmann/json/pull/3227) ([nlohmann](https://github.com/nlohmann)) +- Update cpplint [\#3225](https://github.com/nlohmann/json/pull/3225) ([nlohmann](https://github.com/nlohmann)) +- Fix: Warning for shadowed variables \(\#3188\) [\#3193](https://github.com/nlohmann/json/pull/3193) ([kernie](https://github.com/kernie)) +- Fix FAQ hyperlink typo in readme [\#3148](https://github.com/nlohmann/json/pull/3148) ([Prince-Mendiratta](https://github.com/Prince-Mendiratta)) +- Docs: Update `skip_comments` to `ignore_comments` [\#3145](https://github.com/nlohmann/json/pull/3145) ([daniel-kun](https://github.com/daniel-kun)) +- fix typos in documentation [\#3140](https://github.com/nlohmann/json/pull/3140) ([striezel](https://github.com/striezel)) +- Fix spelling [\#3125](https://github.com/nlohmann/json/pull/3125) ([axic](https://github.com/axic)) +- Extend std specializations [\#3121](https://github.com/nlohmann/json/pull/3121) ([nlohmann](https://github.com/nlohmann)) +- Add missing erase\(first, last\) function to ordered\_map [\#3109](https://github.com/nlohmann/json/pull/3109) ([nlohmann](https://github.com/nlohmann)) +- Fix typos in operator\[\] documentation [\#3102](https://github.com/nlohmann/json/pull/3102) ([axnsan12](https://github.com/axnsan12)) +- Add C++17 copies of the test binaries [\#3101](https://github.com/nlohmann/json/pull/3101) ([nlohmann](https://github.com/nlohmann)) +- Add examples for parsing from iterator pair [\#3100](https://github.com/nlohmann/json/pull/3100) ([nlohmann](https://github.com/nlohmann)) +- Update CI [\#3088](https://github.com/nlohmann/json/pull/3088) ([nlohmann](https://github.com/nlohmann)) +- Consolidate documentation [\#3071](https://github.com/nlohmann/json/pull/3071) ([nlohmann](https://github.com/nlohmann)) +- Add recursive update function [\#3069](https://github.com/nlohmann/json/pull/3069) ([nlohmann](https://github.com/nlohmann)) + ## [v3.10.4](https://github.com/nlohmann/json/releases/tag/v3.10.4) (2021-10-16) [Full Changelog](https://github.com/nlohmann/json/compare/v3.10.3...v3.10.4) @@ -262,6 +260,10 @@ All notable changes to this project will be documented in this file. This projec - Feature request, Add to\_json/from\_json to align with other to/from binary api. [\#3067](https://github.com/nlohmann/json/issues/3067) - vcpkg is out of date [\#3066](https://github.com/nlohmann/json/issues/3066) +- Revert invalid fix [\#3082](https://github.com/nlohmann/json/pull/3082) ([nlohmann](https://github.com/nlohmann)) +- Allow to use get with explicit constructor [\#3079](https://github.com/nlohmann/json/pull/3079) ([nlohmann](https://github.com/nlohmann)) +- fix std::filesystem::path regression [\#3073](https://github.com/nlohmann/json/pull/3073) ([theodelrieu](https://github.com/theodelrieu)) + ## [v3.10.3](https://github.com/nlohmann/json/releases/tag/v3.10.3) (2021-10-08) [Full Changelog](https://github.com/nlohmann/json/compare/v3.10.2...v3.10.3) @@ -285,6 +287,15 @@ All notable changes to this project will be documented in this file. This projec - 3.10.1 zip json.hpp has version number 3.10.0 instead of 3.10.1 [\#2973](https://github.com/nlohmann/json/issues/2973) - Assertion failure when serializing array with JSON\_DIAGNOSTICS set [\#2926](https://github.com/nlohmann/json/issues/2926) +- Fix Clang version [\#3040](https://github.com/nlohmann/json/pull/3040) ([nlohmann](https://github.com/nlohmann)) +- Fix assertion failure for JSON\_DIAGNOSTICS [\#3037](https://github.com/nlohmann/json/pull/3037) ([carlsmedstad](https://github.com/carlsmedstad)) +- meta: fix is\_compatible/constructible traits [\#3020](https://github.com/nlohmann/json/pull/3020) ([theodelrieu](https://github.com/theodelrieu)) +- Set parent pointers for values inserted via update\(\) \(fixes \#3007\). [\#3008](https://github.com/nlohmann/json/pull/3008) ([AnthonyVH](https://github.com/AnthonyVH)) +- Allow allocators for output\_vector\_adapter [\#2989](https://github.com/nlohmann/json/pull/2989) ([nlohmann](https://github.com/nlohmann)) +- Re-add Clang 12 [\#2986](https://github.com/nlohmann/json/pull/2986) ([nlohmann](https://github.com/nlohmann)) +- Use new Docker image [\#2981](https://github.com/nlohmann/json/pull/2981) ([nlohmann](https://github.com/nlohmann)) +- Update docset generation script [\#2967](https://github.com/nlohmann/json/pull/2967) ([nlohmann](https://github.com/nlohmann)) + ## [v3.10.2](https://github.com/nlohmann/json/releases/tag/v3.10.2) (2021-08-26) [Full Changelog](https://github.com/nlohmann/json/compare/v3.10.1...v3.10.2) @@ -293,6 +304,8 @@ All notable changes to this project will be documented in this file. This projec - += issue with multiple redirection. [\#2970](https://github.com/nlohmann/json/issues/2970) - "incomplete type ‘nlohmann::detail::wide\_string\_input\_helper" compilation error [\#2969](https://github.com/nlohmann/json/issues/2969) +- Fix -Wunused warnings on JSON\_DIAGNOSTICS [\#2976](https://github.com/nlohmann/json/pull/2976) ([gcerretani](https://github.com/gcerretani)) + ## [v3.10.1](https://github.com/nlohmann/json/releases/tag/v3.10.1) (2021-08-24) [Full Changelog](https://github.com/nlohmann/json/compare/v3.10.0...v3.10.1) @@ -1577,23 +1590,6 @@ All notable changes to this project will be documented in this file. This projec [Full Changelog](https://github.com/nlohmann/json/compare/3.3.0...v3.3.0) -- Fix warning C4127: conditional expression is constant [\#1272](https://github.com/nlohmann/json/pull/1272) ([antonioborondo](https://github.com/antonioborondo)) -- Turn off additional deprecation warnings for GCC. [\#1271](https://github.com/nlohmann/json/pull/1271) ([chuckatkins](https://github.com/chuckatkins)) -- docs: Add additional CMake documentation [\#1270](https://github.com/nlohmann/json/pull/1270) ([chuckatkins](https://github.com/chuckatkins)) -- unit-testsuites.cpp: fix hangup if file not found [\#1262](https://github.com/nlohmann/json/pull/1262) ([knilch0r](https://github.com/knilch0r)) -- Fix broken cmake imported target alias [\#1260](https://github.com/nlohmann/json/pull/1260) ([chuckatkins](https://github.com/chuckatkins)) -- GCC 48 [\#1257](https://github.com/nlohmann/json/pull/1257) ([henryiii](https://github.com/henryiii)) -- Add version and license to meson.build [\#1252](https://github.com/nlohmann/json/pull/1252) ([koponomarenko](https://github.com/koponomarenko)) -- \#1179 Reordered the code. It seems to stop clang 3.4.2 in RHEL 7 from crash… [\#1249](https://github.com/nlohmann/json/pull/1249) ([LEgregius](https://github.com/LEgregius)) -- Use a version check to provide backwards comatible CMake imported target names [\#1245](https://github.com/nlohmann/json/pull/1245) ([chuckatkins](https://github.com/chuckatkins)) -- Fix issue \#1237 [\#1238](https://github.com/nlohmann/json/pull/1238) ([theodelrieu](https://github.com/theodelrieu)) -- Add a get overload taking a parameter. [\#1231](https://github.com/nlohmann/json/pull/1231) ([theodelrieu](https://github.com/theodelrieu)) -- Move lambda out of unevaluated context [\#1230](https://github.com/nlohmann/json/pull/1230) ([mandreyel](https://github.com/mandreyel)) -- Remove static asserts [\#1228](https://github.com/nlohmann/json/pull/1228) ([theodelrieu](https://github.com/theodelrieu)) -- Better error 305 [\#1221](https://github.com/nlohmann/json/pull/1221) ([rivertam](https://github.com/rivertam)) -- Fix \#1213 [\#1214](https://github.com/nlohmann/json/pull/1214) ([simnalamburt](https://github.com/simnalamburt)) -- Export package to allow builds without installing [\#1202](https://github.com/nlohmann/json/pull/1202) ([dennisfischer](https://github.com/dennisfischer)) - ## [3.3.0](https://github.com/nlohmann/json/releases/tag/3.3.0) (2018-10-05) [Full Changelog](https://github.com/nlohmann/json/compare/v3.2.0...3.3.0) @@ -1645,32 +1641,27 @@ All notable changes to this project will be documented in this file. This projec - improve error handling [\#1152](https://github.com/nlohmann/json/issues/1152) - We should remove static\_asserts [\#960](https://github.com/nlohmann/json/issues/960) +- Fix warning C4127: conditional expression is constant [\#1272](https://github.com/nlohmann/json/pull/1272) ([antonioborondo](https://github.com/antonioborondo)) +- Turn off additional deprecation warnings for GCC. [\#1271](https://github.com/nlohmann/json/pull/1271) ([chuckatkins](https://github.com/chuckatkins)) +- docs: Add additional CMake documentation [\#1270](https://github.com/nlohmann/json/pull/1270) ([chuckatkins](https://github.com/chuckatkins)) +- unit-testsuites.cpp: fix hangup if file not found [\#1262](https://github.com/nlohmann/json/pull/1262) ([knilch0r](https://github.com/knilch0r)) +- Fix broken cmake imported target alias [\#1260](https://github.com/nlohmann/json/pull/1260) ([chuckatkins](https://github.com/chuckatkins)) +- GCC 48 [\#1257](https://github.com/nlohmann/json/pull/1257) ([henryiii](https://github.com/henryiii)) +- Add version and license to meson.build [\#1252](https://github.com/nlohmann/json/pull/1252) ([koponomarenko](https://github.com/koponomarenko)) +- \#1179 Reordered the code. It seems to stop clang 3.4.2 in RHEL 7 from crash… [\#1249](https://github.com/nlohmann/json/pull/1249) ([LEgregius](https://github.com/LEgregius)) +- Use a version check to provide backwards comatible CMake imported target names [\#1245](https://github.com/nlohmann/json/pull/1245) ([chuckatkins](https://github.com/chuckatkins)) +- Fix issue \#1237 [\#1238](https://github.com/nlohmann/json/pull/1238) ([theodelrieu](https://github.com/theodelrieu)) +- Add a get overload taking a parameter. [\#1231](https://github.com/nlohmann/json/pull/1231) ([theodelrieu](https://github.com/theodelrieu)) +- Move lambda out of unevaluated context [\#1230](https://github.com/nlohmann/json/pull/1230) ([mandreyel](https://github.com/mandreyel)) +- Remove static asserts [\#1228](https://github.com/nlohmann/json/pull/1228) ([theodelrieu](https://github.com/theodelrieu)) +- Better error 305 [\#1221](https://github.com/nlohmann/json/pull/1221) ([rivertam](https://github.com/rivertam)) +- Fix \#1213 [\#1214](https://github.com/nlohmann/json/pull/1214) ([simnalamburt](https://github.com/simnalamburt)) +- Export package to allow builds without installing [\#1202](https://github.com/nlohmann/json/pull/1202) ([dennisfischer](https://github.com/dennisfischer)) + ## [v3.2.0](https://github.com/nlohmann/json/releases/tag/v3.2.0) (2018-08-20) [Full Changelog](https://github.com/nlohmann/json/compare/3.2.0...v3.2.0) -- Fix -Wno-sometimes-uninitialized by initializing "result" in parse\_sax [\#1200](https://github.com/nlohmann/json/pull/1200) ([thyu](https://github.com/thyu)) -- \[RFC\] Introduce a new macro function: JSON\_INTERNAL\_CATCH [\#1187](https://github.com/nlohmann/json/pull/1187) ([simnalamburt](https://github.com/simnalamburt)) -- Fix unit tests that were silently skipped or crashed \(depending on the compiler\) [\#1176](https://github.com/nlohmann/json/pull/1176) ([grembo](https://github.com/grembo)) -- Refactor/no virtual sax [\#1153](https://github.com/nlohmann/json/pull/1153) ([theodelrieu](https://github.com/theodelrieu)) -- Fixed compiler error in VS 2015 for debug mode [\#1151](https://github.com/nlohmann/json/pull/1151) ([sonulohani](https://github.com/sonulohani)) -- Fix links to cppreference named requirements \(formerly concepts\) [\#1144](https://github.com/nlohmann/json/pull/1144) ([jrakow](https://github.com/jrakow)) -- meson: fix include directory [\#1142](https://github.com/nlohmann/json/pull/1142) ([jrakow](https://github.com/jrakow)) -- Feature/unordered map conversion [\#1138](https://github.com/nlohmann/json/pull/1138) ([theodelrieu](https://github.com/theodelrieu)) -- fixed compile error for \#1045 [\#1134](https://github.com/nlohmann/json/pull/1134) ([Daniel599](https://github.com/Daniel599)) -- test \(non\)equality for alt\_string implementation [\#1130](https://github.com/nlohmann/json/pull/1130) ([agrianius](https://github.com/agrianius)) -- remove stringstream dependency [\#1117](https://github.com/nlohmann/json/pull/1117) ([TinyTinni](https://github.com/TinyTinni)) -- Provide a from\_json overload for std::map [\#1089](https://github.com/nlohmann/json/pull/1089) ([theodelrieu](https://github.com/theodelrieu)) -- fix typo in README [\#1078](https://github.com/nlohmann/json/pull/1078) ([martin-mfg](https://github.com/martin-mfg)) -- Fix typo [\#1058](https://github.com/nlohmann/json/pull/1058) ([dns13](https://github.com/dns13)) -- Misc cmake packaging enhancements [\#1048](https://github.com/nlohmann/json/pull/1048) ([chuckatkins](https://github.com/chuckatkins)) -- Fixed incorrect LLVM version number in README [\#1047](https://github.com/nlohmann/json/pull/1047) ([jammehcow](https://github.com/jammehcow)) -- Fix trivial typo in comment. [\#1043](https://github.com/nlohmann/json/pull/1043) ([coryan](https://github.com/coryan)) -- Package Manager: Spack [\#1041](https://github.com/nlohmann/json/pull/1041) ([ax3l](https://github.com/ax3l)) -- CMake: 3.8+ is Sufficient [\#1040](https://github.com/nlohmann/json/pull/1040) ([ax3l](https://github.com/ax3l)) -- Added support for string\_view in C++17 [\#1028](https://github.com/nlohmann/json/pull/1028) ([gracicot](https://github.com/gracicot)) -- Added public target\_compile\_features for auto and constexpr [\#1026](https://github.com/nlohmann/json/pull/1026) ([ktonon](https://github.com/ktonon)) - ## [3.2.0](https://github.com/nlohmann/json/releases/tag/3.2.0) (2018-08-20) [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.2...3.2.0) @@ -1823,17 +1814,32 @@ All notable changes to this project will be documented in this file. This projec - json\_pointer public push\_back, pop\_back [\#837](https://github.com/nlohmann/json/issues/837) - Using input\_adapter in a slightly unexpected way [\#834](https://github.com/nlohmann/json/issues/834) +- Fix -Wno-sometimes-uninitialized by initializing "result" in parse\_sax [\#1200](https://github.com/nlohmann/json/pull/1200) ([thyu](https://github.com/thyu)) +- \[RFC\] Introduce a new macro function: JSON\_INTERNAL\_CATCH [\#1187](https://github.com/nlohmann/json/pull/1187) ([simnalamburt](https://github.com/simnalamburt)) +- Fix unit tests that were silently skipped or crashed \(depending on the compiler\) [\#1176](https://github.com/nlohmann/json/pull/1176) ([grembo](https://github.com/grembo)) +- Refactor/no virtual sax [\#1153](https://github.com/nlohmann/json/pull/1153) ([theodelrieu](https://github.com/theodelrieu)) +- Fixed compiler error in VS 2015 for debug mode [\#1151](https://github.com/nlohmann/json/pull/1151) ([sonulohani](https://github.com/sonulohani)) +- Fix links to cppreference named requirements \(formerly concepts\) [\#1144](https://github.com/nlohmann/json/pull/1144) ([jrakow](https://github.com/jrakow)) +- meson: fix include directory [\#1142](https://github.com/nlohmann/json/pull/1142) ([jrakow](https://github.com/jrakow)) +- Feature/unordered map conversion [\#1138](https://github.com/nlohmann/json/pull/1138) ([theodelrieu](https://github.com/theodelrieu)) +- fixed compile error for \#1045 [\#1134](https://github.com/nlohmann/json/pull/1134) ([Daniel599](https://github.com/Daniel599)) +- test \(non\)equality for alt\_string implementation [\#1130](https://github.com/nlohmann/json/pull/1130) ([agrianius](https://github.com/agrianius)) +- remove stringstream dependency [\#1117](https://github.com/nlohmann/json/pull/1117) ([TinyTinni](https://github.com/TinyTinni)) +- Provide a from\_json overload for std::map [\#1089](https://github.com/nlohmann/json/pull/1089) ([theodelrieu](https://github.com/theodelrieu)) +- fix typo in README [\#1078](https://github.com/nlohmann/json/pull/1078) ([martin-mfg](https://github.com/martin-mfg)) +- Fix typo [\#1058](https://github.com/nlohmann/json/pull/1058) ([dns13](https://github.com/dns13)) +- Misc cmake packaging enhancements [\#1048](https://github.com/nlohmann/json/pull/1048) ([chuckatkins](https://github.com/chuckatkins)) +- Fixed incorrect LLVM version number in README [\#1047](https://github.com/nlohmann/json/pull/1047) ([jammehcow](https://github.com/jammehcow)) +- Fix trivial typo in comment. [\#1043](https://github.com/nlohmann/json/pull/1043) ([coryan](https://github.com/coryan)) +- Package Manager: Spack [\#1041](https://github.com/nlohmann/json/pull/1041) ([ax3l](https://github.com/ax3l)) +- CMake: 3.8+ is Sufficient [\#1040](https://github.com/nlohmann/json/pull/1040) ([ax3l](https://github.com/ax3l)) +- Added support for string\_view in C++17 [\#1028](https://github.com/nlohmann/json/pull/1028) ([gracicot](https://github.com/gracicot)) +- Added public target\_compile\_features for auto and constexpr [\#1026](https://github.com/nlohmann/json/pull/1026) ([ktonon](https://github.com/ktonon)) + ## [v3.1.2](https://github.com/nlohmann/json/releases/tag/v3.1.2) (2018-03-14) [Full Changelog](https://github.com/nlohmann/json/compare/3.1.2...v3.1.2) -- Allowing for user-defined string type in lexer/parser [\#1009](https://github.com/nlohmann/json/pull/1009) ([nlohmann](https://github.com/nlohmann)) -- dump to alternative string type, as defined in basic\_json template [\#1006](https://github.com/nlohmann/json/pull/1006) ([agrianius](https://github.com/agrianius)) -- Fix memory leak during parser callback [\#1001](https://github.com/nlohmann/json/pull/1001) ([nlohmann](https://github.com/nlohmann)) -- fixed misprinted condition detected by PVS Studio. [\#992](https://github.com/nlohmann/json/pull/992) ([bogemic](https://github.com/bogemic)) -- Fix/basic json conversion [\#986](https://github.com/nlohmann/json/pull/986) ([theodelrieu](https://github.com/theodelrieu)) -- Make integration section concise [\#981](https://github.com/nlohmann/json/pull/981) ([wla80](https://github.com/wla80)) - ## [3.1.2](https://github.com/nlohmann/json/releases/tag/3.1.2) (2018-03-14) [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.1...3.1.2) @@ -1865,6 +1871,13 @@ All notable changes to this project will be documented in this file. This projec - Passing an iteration object by reference to a function [\#967](https://github.com/nlohmann/json/issues/967) - Json and fmt::lib's format\_arg\(\) [\#964](https://github.com/nlohmann/json/issues/964) +- Allowing for user-defined string type in lexer/parser [\#1009](https://github.com/nlohmann/json/pull/1009) ([nlohmann](https://github.com/nlohmann)) +- dump to alternative string type, as defined in basic\_json template [\#1006](https://github.com/nlohmann/json/pull/1006) ([agrianius](https://github.com/agrianius)) +- Fix memory leak during parser callback [\#1001](https://github.com/nlohmann/json/pull/1001) ([nlohmann](https://github.com/nlohmann)) +- fixed misprinted condition detected by PVS Studio. [\#992](https://github.com/nlohmann/json/pull/992) ([bogemic](https://github.com/bogemic)) +- Fix/basic json conversion [\#986](https://github.com/nlohmann/json/pull/986) ([theodelrieu](https://github.com/theodelrieu)) +- Make integration section concise [\#981](https://github.com/nlohmann/json/pull/981) ([wla80](https://github.com/wla80)) + ## [v3.1.1](https://github.com/nlohmann/json/releases/tag/v3.1.1) (2018-02-13) [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.0...v3.1.1) @@ -1893,19 +1906,6 @@ All notable changes to this project will be documented in this file. This projec [Full Changelog](https://github.com/nlohmann/json/compare/3.1.0...v3.1.0) -- Templatize std::string in binary\_reader \#941 [\#950](https://github.com/nlohmann/json/pull/950) ([kaidokert](https://github.com/kaidokert)) -- fix cmake install directory \(for real this time\) [\#944](https://github.com/nlohmann/json/pull/944) ([theodelrieu](https://github.com/theodelrieu)) -- Allow overriding THROW/CATCH/TRY macros with no-exceptions \#938 [\#940](https://github.com/nlohmann/json/pull/940) ([kaidokert](https://github.com/kaidokert)) -- Removed compiler warning about unused variable 'kMinExp' [\#936](https://github.com/nlohmann/json/pull/936) ([zerodefect](https://github.com/zerodefect)) -- Fix a typo in README.md [\#930](https://github.com/nlohmann/json/pull/930) ([Pipeliner](https://github.com/Pipeliner)) -- Howto installation of json\_fwd.hpp \(fixes \#923\) [\#925](https://github.com/nlohmann/json/pull/925) ([zerodefect](https://github.com/zerodefect)) -- fix sfinae on basic\_json UDT constructor [\#919](https://github.com/nlohmann/json/pull/919) ([theodelrieu](https://github.com/theodelrieu)) -- Floating-point formatting [\#915](https://github.com/nlohmann/json/pull/915) ([abolz](https://github.com/abolz)) -- Fix/cmake install [\#911](https://github.com/nlohmann/json/pull/911) ([theodelrieu](https://github.com/theodelrieu)) -- fix link to the documentation of the emplace function [\#900](https://github.com/nlohmann/json/pull/900) ([Dobiasd](https://github.com/Dobiasd)) -- JSON Merge Patch \(RFC 7396\) [\#876](https://github.com/nlohmann/json/pull/876) ([nlohmann](https://github.com/nlohmann)) -- Refactor/split it [\#700](https://github.com/nlohmann/json/pull/700) ([theodelrieu](https://github.com/theodelrieu)) - ## [3.1.0](https://github.com/nlohmann/json/releases/tag/3.1.0) (2018-02-01) [Full Changelog](https://github.com/nlohmann/json/compare/v3.0.1...3.1.0) @@ -1956,15 +1956,23 @@ All notable changes to this project will be documented in this file. This projec - Floating point rounding [\#777](https://github.com/nlohmann/json/issues/777) - Loss of precision when serializing \ [\#360](https://github.com/nlohmann/json/issues/360) +- Templatize std::string in binary\_reader \#941 [\#950](https://github.com/nlohmann/json/pull/950) ([kaidokert](https://github.com/kaidokert)) +- fix cmake install directory \(for real this time\) [\#944](https://github.com/nlohmann/json/pull/944) ([theodelrieu](https://github.com/theodelrieu)) +- Allow overriding THROW/CATCH/TRY macros with no-exceptions \#938 [\#940](https://github.com/nlohmann/json/pull/940) ([kaidokert](https://github.com/kaidokert)) +- Removed compiler warning about unused variable 'kMinExp' [\#936](https://github.com/nlohmann/json/pull/936) ([zerodefect](https://github.com/zerodefect)) +- Fix a typo in README.md [\#930](https://github.com/nlohmann/json/pull/930) ([Pipeliner](https://github.com/Pipeliner)) +- Howto installation of json\_fwd.hpp \(fixes \#923\) [\#925](https://github.com/nlohmann/json/pull/925) ([zerodefect](https://github.com/zerodefect)) +- fix sfinae on basic\_json UDT constructor [\#919](https://github.com/nlohmann/json/pull/919) ([theodelrieu](https://github.com/theodelrieu)) +- Floating-point formatting [\#915](https://github.com/nlohmann/json/pull/915) ([abolz](https://github.com/abolz)) +- Fix/cmake install [\#911](https://github.com/nlohmann/json/pull/911) ([theodelrieu](https://github.com/theodelrieu)) +- fix link to the documentation of the emplace function [\#900](https://github.com/nlohmann/json/pull/900) ([Dobiasd](https://github.com/Dobiasd)) +- JSON Merge Patch \(RFC 7396\) [\#876](https://github.com/nlohmann/json/pull/876) ([nlohmann](https://github.com/nlohmann)) +- Refactor/split it [\#700](https://github.com/nlohmann/json/pull/700) ([theodelrieu](https://github.com/theodelrieu)) + ## [v3.0.1](https://github.com/nlohmann/json/releases/tag/v3.0.1) (2017-12-29) [Full Changelog](https://github.com/nlohmann/json/compare/3.0.1...v3.0.1) -- Includes CTest module/adds BUILD\_TESTING option [\#885](https://github.com/nlohmann/json/pull/885) ([TinyTinni](https://github.com/TinyTinni)) -- Fix MSVC warning C4819 [\#882](https://github.com/nlohmann/json/pull/882) ([erengy](https://github.com/erengy)) -- Merge branch 'develop' into coverity\_scan [\#880](https://github.com/nlohmann/json/pull/880) ([nlohmann](https://github.com/nlohmann)) -- :wrench: Fix up a few more effc++ items [\#858](https://github.com/nlohmann/json/pull/858) ([mattismyname](https://github.com/mattismyname)) - ## [3.0.1](https://github.com/nlohmann/json/releases/tag/3.0.1) (2017-12-29) [Full Changelog](https://github.com/nlohmann/json/compare/v3.0.0...3.0.1) @@ -1984,68 +1992,15 @@ All notable changes to this project will be documented in this file. This projec - Unit test fails for local-independent str-to-num [\#845](https://github.com/nlohmann/json/issues/845) - Another idea about type support [\#774](https://github.com/nlohmann/json/issues/774) +- Includes CTest module/adds BUILD\_TESTING option [\#885](https://github.com/nlohmann/json/pull/885) ([TinyTinni](https://github.com/TinyTinni)) +- Fix MSVC warning C4819 [\#882](https://github.com/nlohmann/json/pull/882) ([erengy](https://github.com/erengy)) +- Merge branch 'develop' into coverity\_scan [\#880](https://github.com/nlohmann/json/pull/880) ([nlohmann](https://github.com/nlohmann)) +- :wrench: Fix up a few more effc++ items [\#858](https://github.com/nlohmann/json/pull/858) ([mattismyname](https://github.com/mattismyname)) + ## [v3.0.0](https://github.com/nlohmann/json/releases/tag/v3.0.0) (2017-12-17) [Full Changelog](https://github.com/nlohmann/json/compare/3.0.0...v3.0.0) -- :white\_check\_mark: re-added tests for algorithms [\#879](https://github.com/nlohmann/json/pull/879) ([nlohmann](https://github.com/nlohmann)) -- Overworked library toward 3.0.0 release [\#875](https://github.com/nlohmann/json/pull/875) ([nlohmann](https://github.com/nlohmann)) -- :rotating\_light: remove C4996 warnings \#872 [\#873](https://github.com/nlohmann/json/pull/873) ([nlohmann](https://github.com/nlohmann)) -- :boom: throwing an exception in case dump encounters a non-UTF-8 string \#838 [\#870](https://github.com/nlohmann/json/pull/870) ([nlohmann](https://github.com/nlohmann)) -- :memo: fixing documentation \#867 [\#868](https://github.com/nlohmann/json/pull/868) ([nlohmann](https://github.com/nlohmann)) -- iter\_impl template conformance with C++17 [\#860](https://github.com/nlohmann/json/pull/860) ([bogemic](https://github.com/bogemic)) -- Std allocator conformance cpp17 [\#856](https://github.com/nlohmann/json/pull/856) ([bogemic](https://github.com/bogemic)) -- cmake: use BUILD\_INTERFACE/INSTALL\_INTERFACE [\#855](https://github.com/nlohmann/json/pull/855) ([theodelrieu](https://github.com/theodelrieu)) -- to/from\_json: add a MSVC-specific static\_assert to force a stacktrace [\#854](https://github.com/nlohmann/json/pull/854) ([theodelrieu](https://github.com/theodelrieu)) -- Add .natvis for MSVC debug view [\#844](https://github.com/nlohmann/json/pull/844) ([TinyTinni](https://github.com/TinyTinni)) -- Updated hunter package links [\#829](https://github.com/nlohmann/json/pull/829) ([jowr](https://github.com/jowr)) -- Typos README [\#811](https://github.com/nlohmann/json/pull/811) ([Itja](https://github.com/Itja)) -- add forwarding references to json\_ref constructor [\#807](https://github.com/nlohmann/json/pull/807) ([theodelrieu](https://github.com/theodelrieu)) -- Add transparent comparator and perfect forwarding support to find\(\) and count\(\) [\#795](https://github.com/nlohmann/json/pull/795) ([jseward](https://github.com/jseward)) -- Error : 'identifier "size\_t" is undefined' in linux [\#793](https://github.com/nlohmann/json/pull/793) ([sonulohani](https://github.com/sonulohani)) -- Fix Visual Studio 2017 warnings [\#788](https://github.com/nlohmann/json/pull/788) ([jseward](https://github.com/jseward)) -- Fix warning C4706 on Visual Studio 2017 [\#785](https://github.com/nlohmann/json/pull/785) ([jseward](https://github.com/jseward)) -- Set GENERATE\_TAGFILE in Doxyfile [\#783](https://github.com/nlohmann/json/pull/783) ([eld00d](https://github.com/eld00d)) -- using more CMake [\#765](https://github.com/nlohmann/json/pull/765) ([nlohmann](https://github.com/nlohmann)) -- Simplified istream handing \#367 [\#764](https://github.com/nlohmann/json/pull/764) ([pjkundert](https://github.com/pjkundert)) -- Add info for the vcpkg package. [\#753](https://github.com/nlohmann/json/pull/753) ([gregmarr](https://github.com/gregmarr)) -- fix from\_json implementation for pair/tuple [\#708](https://github.com/nlohmann/json/pull/708) ([theodelrieu](https://github.com/theodelrieu)) -- Update json.hpp [\#686](https://github.com/nlohmann/json/pull/686) ([GoWebProd](https://github.com/GoWebProd)) -- Remove duplicate word [\#685](https://github.com/nlohmann/json/pull/685) ([daixtrose](https://github.com/daixtrose)) -- To fix compilation issue for intel OSX compiler [\#682](https://github.com/nlohmann/json/pull/682) ([kbthomp1](https://github.com/kbthomp1)) -- Digraph warning [\#679](https://github.com/nlohmann/json/pull/679) ([traits](https://github.com/traits)) -- massage -\> message [\#678](https://github.com/nlohmann/json/pull/678) ([DmitryKuk](https://github.com/DmitryKuk)) -- Fix "not constraint" grammar in docs [\#674](https://github.com/nlohmann/json/pull/674) ([wincent](https://github.com/wincent)) -- Add documentation for integration with CMake and hunter [\#671](https://github.com/nlohmann/json/pull/671) ([dan-42](https://github.com/dan-42)) -- REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse [\#669](https://github.com/nlohmann/json/pull/669) ([dan-42](https://github.com/dan-42)) -- enable\_testing only if the JSON\_BuildTests is ON [\#666](https://github.com/nlohmann/json/pull/666) ([effolkronium](https://github.com/effolkronium)) -- Support moving from rvalues in std::initializer\_list [\#663](https://github.com/nlohmann/json/pull/663) ([himikof](https://github.com/himikof)) -- add ensure\_ascii parameter to dump. \#330 [\#654](https://github.com/nlohmann/json/pull/654) ([ryanjmulder](https://github.com/ryanjmulder)) -- Rename BuildTests to JSON\_BuildTests [\#652](https://github.com/nlohmann/json/pull/652) ([olegendo](https://github.com/olegendo)) -- Don't include \, use std::make\_shared [\#650](https://github.com/nlohmann/json/pull/650) ([olegendo](https://github.com/olegendo)) -- Refacto/split basic json [\#643](https://github.com/nlohmann/json/pull/643) ([theodelrieu](https://github.com/theodelrieu)) -- fix typo in operator\_\_notequal example [\#630](https://github.com/nlohmann/json/pull/630) ([Chocobo1](https://github.com/Chocobo1)) -- Fix MSVC warning C4819 [\#629](https://github.com/nlohmann/json/pull/629) ([Chocobo1](https://github.com/Chocobo1)) -- \[BugFix\] Add parentheses around std::min [\#626](https://github.com/nlohmann/json/pull/626) ([koemeet](https://github.com/koemeet)) -- add pair/tuple conversions [\#624](https://github.com/nlohmann/json/pull/624) ([theodelrieu](https://github.com/theodelrieu)) -- remove std::pair support [\#615](https://github.com/nlohmann/json/pull/615) ([theodelrieu](https://github.com/theodelrieu)) -- Add pair support, fix CompatibleObject conversions \(fixes \#600\) [\#609](https://github.com/nlohmann/json/pull/609) ([theodelrieu](https://github.com/theodelrieu)) -- \#550 Fix iterator related compiling issues for Intel icc [\#598](https://github.com/nlohmann/json/pull/598) ([HenryRLee](https://github.com/HenryRLee)) -- Issue \#593 Fix the arithmetic operators in the iterator and reverse iterator [\#595](https://github.com/nlohmann/json/pull/595) ([HenryRLee](https://github.com/HenryRLee)) -- fix doxygen error of basic\_json::get\(\) [\#583](https://github.com/nlohmann/json/pull/583) ([zhaohuaxishi](https://github.com/zhaohuaxishi)) -- Fixing assignement for iterator wrapper second, and adding unit test [\#579](https://github.com/nlohmann/json/pull/579) ([Type1J](https://github.com/Type1J)) -- Adding first and second properties to iteration\_proxy\_internal [\#578](https://github.com/nlohmann/json/pull/578) ([Type1J](https://github.com/Type1J)) -- Adding support for Meson. [\#576](https://github.com/nlohmann/json/pull/576) ([Type1J](https://github.com/Type1J)) -- add enum class default conversions [\#545](https://github.com/nlohmann/json/pull/545) ([theodelrieu](https://github.com/theodelrieu)) -- Properly pop diagnostics [\#540](https://github.com/nlohmann/json/pull/540) ([tinloaf](https://github.com/tinloaf)) -- Add Visual Studio 17 image to appveyor build matrix [\#536](https://github.com/nlohmann/json/pull/536) ([vpetrigo](https://github.com/vpetrigo)) -- UTF8 encoding enhancement [\#534](https://github.com/nlohmann/json/pull/534) ([TedLyngmo](https://github.com/TedLyngmo)) -- Fix typo [\#530](https://github.com/nlohmann/json/pull/530) ([berkus](https://github.com/berkus)) -- Make exception base class visible in basic\_json [\#526](https://github.com/nlohmann/json/pull/526) ([ghost](https://github.com/ghost)) -- :art: Namespace `uint8_t` from the C++ stdlib [\#510](https://github.com/nlohmann/json/pull/510) ([alexweej](https://github.com/alexweej)) -- add to\_json method for C arrays [\#508](https://github.com/nlohmann/json/pull/508) ([theodelrieu](https://github.com/theodelrieu)) -- Fix -Weffc++ warnings \(GNU 6.3.1\) [\#496](https://github.com/nlohmann/json/pull/496) ([TedLyngmo](https://github.com/TedLyngmo)) - ## [3.0.0](https://github.com/nlohmann/json/releases/tag/3.0.0) (2017-12-17) [Full Changelog](https://github.com/nlohmann/json/compare/v2.1.1...3.0.0) @@ -2373,16 +2328,68 @@ All notable changes to this project will be documented in this file. This projec - Use user-defined exceptions [\#244](https://github.com/nlohmann/json/issues/244) - Incorrect C++11 allocator model support [\#161](https://github.com/nlohmann/json/issues/161) +- :white\_check\_mark: re-added tests for algorithms [\#879](https://github.com/nlohmann/json/pull/879) ([nlohmann](https://github.com/nlohmann)) +- Overworked library toward 3.0.0 release [\#875](https://github.com/nlohmann/json/pull/875) ([nlohmann](https://github.com/nlohmann)) +- :rotating\_light: remove C4996 warnings \#872 [\#873](https://github.com/nlohmann/json/pull/873) ([nlohmann](https://github.com/nlohmann)) +- :boom: throwing an exception in case dump encounters a non-UTF-8 string \#838 [\#870](https://github.com/nlohmann/json/pull/870) ([nlohmann](https://github.com/nlohmann)) +- :memo: fixing documentation \#867 [\#868](https://github.com/nlohmann/json/pull/868) ([nlohmann](https://github.com/nlohmann)) +- iter\_impl template conformance with C++17 [\#860](https://github.com/nlohmann/json/pull/860) ([bogemic](https://github.com/bogemic)) +- Std allocator conformance cpp17 [\#856](https://github.com/nlohmann/json/pull/856) ([bogemic](https://github.com/bogemic)) +- cmake: use BUILD\_INTERFACE/INSTALL\_INTERFACE [\#855](https://github.com/nlohmann/json/pull/855) ([theodelrieu](https://github.com/theodelrieu)) +- to/from\_json: add a MSVC-specific static\_assert to force a stacktrace [\#854](https://github.com/nlohmann/json/pull/854) ([theodelrieu](https://github.com/theodelrieu)) +- Add .natvis for MSVC debug view [\#844](https://github.com/nlohmann/json/pull/844) ([TinyTinni](https://github.com/TinyTinni)) +- Updated hunter package links [\#829](https://github.com/nlohmann/json/pull/829) ([jowr](https://github.com/jowr)) +- Typos README [\#811](https://github.com/nlohmann/json/pull/811) ([Itja](https://github.com/Itja)) +- add forwarding references to json\_ref constructor [\#807](https://github.com/nlohmann/json/pull/807) ([theodelrieu](https://github.com/theodelrieu)) +- Add transparent comparator and perfect forwarding support to find\(\) and count\(\) [\#795](https://github.com/nlohmann/json/pull/795) ([jseward](https://github.com/jseward)) +- Error : 'identifier "size\_t" is undefined' in linux [\#793](https://github.com/nlohmann/json/pull/793) ([sonulohani](https://github.com/sonulohani)) +- Fix Visual Studio 2017 warnings [\#788](https://github.com/nlohmann/json/pull/788) ([jseward](https://github.com/jseward)) +- Fix warning C4706 on Visual Studio 2017 [\#785](https://github.com/nlohmann/json/pull/785) ([jseward](https://github.com/jseward)) +- Set GENERATE\_TAGFILE in Doxyfile [\#783](https://github.com/nlohmann/json/pull/783) ([eld00d](https://github.com/eld00d)) +- using more CMake [\#765](https://github.com/nlohmann/json/pull/765) ([nlohmann](https://github.com/nlohmann)) +- Simplified istream handing \#367 [\#764](https://github.com/nlohmann/json/pull/764) ([pjkundert](https://github.com/pjkundert)) +- Add info for the vcpkg package. [\#753](https://github.com/nlohmann/json/pull/753) ([gregmarr](https://github.com/gregmarr)) +- fix from\_json implementation for pair/tuple [\#708](https://github.com/nlohmann/json/pull/708) ([theodelrieu](https://github.com/theodelrieu)) +- Update json.hpp [\#686](https://github.com/nlohmann/json/pull/686) ([GoWebProd](https://github.com/GoWebProd)) +- Remove duplicate word [\#685](https://github.com/nlohmann/json/pull/685) ([daixtrose](https://github.com/daixtrose)) +- To fix compilation issue for intel OSX compiler [\#682](https://github.com/nlohmann/json/pull/682) ([kbthomp1](https://github.com/kbthomp1)) +- Digraph warning [\#679](https://github.com/nlohmann/json/pull/679) ([traits](https://github.com/traits)) +- massage -\> message [\#678](https://github.com/nlohmann/json/pull/678) ([DmitryKuk](https://github.com/DmitryKuk)) +- Fix "not constraint" grammar in docs [\#674](https://github.com/nlohmann/json/pull/674) ([wincent](https://github.com/wincent)) +- Add documentation for integration with CMake and hunter [\#671](https://github.com/nlohmann/json/pull/671) ([dan-42](https://github.com/dan-42)) +- REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse [\#669](https://github.com/nlohmann/json/pull/669) ([dan-42](https://github.com/dan-42)) +- enable\_testing only if the JSON\_BuildTests is ON [\#666](https://github.com/nlohmann/json/pull/666) ([effolkronium](https://github.com/effolkronium)) +- Support moving from rvalues in std::initializer\_list [\#663](https://github.com/nlohmann/json/pull/663) ([himikof](https://github.com/himikof)) +- add ensure\_ascii parameter to dump. \#330 [\#654](https://github.com/nlohmann/json/pull/654) ([ryanjmulder](https://github.com/ryanjmulder)) +- Rename BuildTests to JSON\_BuildTests [\#652](https://github.com/nlohmann/json/pull/652) ([olegendo](https://github.com/olegendo)) +- Don't include \, use std::make\_shared [\#650](https://github.com/nlohmann/json/pull/650) ([olegendo](https://github.com/olegendo)) +- Refacto/split basic json [\#643](https://github.com/nlohmann/json/pull/643) ([theodelrieu](https://github.com/theodelrieu)) +- fix typo in operator\_\_notequal example [\#630](https://github.com/nlohmann/json/pull/630) ([Chocobo1](https://github.com/Chocobo1)) +- Fix MSVC warning C4819 [\#629](https://github.com/nlohmann/json/pull/629) ([Chocobo1](https://github.com/Chocobo1)) +- \[BugFix\] Add parentheses around std::min [\#626](https://github.com/nlohmann/json/pull/626) ([koemeet](https://github.com/koemeet)) +- add pair/tuple conversions [\#624](https://github.com/nlohmann/json/pull/624) ([theodelrieu](https://github.com/theodelrieu)) +- remove std::pair support [\#615](https://github.com/nlohmann/json/pull/615) ([theodelrieu](https://github.com/theodelrieu)) +- Add pair support, fix CompatibleObject conversions \(fixes \#600\) [\#609](https://github.com/nlohmann/json/pull/609) ([theodelrieu](https://github.com/theodelrieu)) +- \#550 Fix iterator related compiling issues for Intel icc [\#598](https://github.com/nlohmann/json/pull/598) ([HenryRLee](https://github.com/HenryRLee)) +- Issue \#593 Fix the arithmetic operators in the iterator and reverse iterator [\#595](https://github.com/nlohmann/json/pull/595) ([HenryRLee](https://github.com/HenryRLee)) +- fix doxygen error of basic\_json::get\(\) [\#583](https://github.com/nlohmann/json/pull/583) ([zhaohuaxishi](https://github.com/zhaohuaxishi)) +- Fixing assignement for iterator wrapper second, and adding unit test [\#579](https://github.com/nlohmann/json/pull/579) ([Type1J](https://github.com/Type1J)) +- Adding first and second properties to iteration\_proxy\_internal [\#578](https://github.com/nlohmann/json/pull/578) ([Type1J](https://github.com/Type1J)) +- Adding support for Meson. [\#576](https://github.com/nlohmann/json/pull/576) ([Type1J](https://github.com/Type1J)) +- add enum class default conversions [\#545](https://github.com/nlohmann/json/pull/545) ([theodelrieu](https://github.com/theodelrieu)) +- Properly pop diagnostics [\#540](https://github.com/nlohmann/json/pull/540) ([tinloaf](https://github.com/tinloaf)) +- Add Visual Studio 17 image to appveyor build matrix [\#536](https://github.com/nlohmann/json/pull/536) ([vpetrigo](https://github.com/vpetrigo)) +- UTF8 encoding enhancement [\#534](https://github.com/nlohmann/json/pull/534) ([TedLyngmo](https://github.com/TedLyngmo)) +- Fix typo [\#530](https://github.com/nlohmann/json/pull/530) ([berkus](https://github.com/berkus)) +- Make exception base class visible in basic\_json [\#526](https://github.com/nlohmann/json/pull/526) ([ghost](https://github.com/ghost)) +- :art: Namespace `uint8_t` from the C++ stdlib [\#510](https://github.com/nlohmann/json/pull/510) ([alexweej](https://github.com/alexweej)) +- add to\_json method for C arrays [\#508](https://github.com/nlohmann/json/pull/508) ([theodelrieu](https://github.com/theodelrieu)) +- Fix -Weffc++ warnings \(GNU 6.3.1\) [\#496](https://github.com/nlohmann/json/pull/496) ([TedLyngmo](https://github.com/TedLyngmo)) + ## [v2.1.1](https://github.com/nlohmann/json/releases/tag/v2.1.1) (2017-02-25) [Full Changelog](https://github.com/nlohmann/json/compare/2.1.1...v2.1.1) -- Speedup CI builds using cotire [\#461](https://github.com/nlohmann/json/pull/461) ([tusharpm](https://github.com/tusharpm)) -- TurpentineDistillery feature/locale independent str to num [\#450](https://github.com/nlohmann/json/pull/450) ([nlohmann](https://github.com/nlohmann)) -- README: adjust boost::optional example [\#439](https://github.com/nlohmann/json/pull/439) ([jaredgrubb](https://github.com/jaredgrubb)) -- fix \#414 - comparing to 0 literal [\#415](https://github.com/nlohmann/json/pull/415) ([stanmihai4](https://github.com/stanmihai4)) -- locale-independent num-to-str [\#378](https://github.com/nlohmann/json/pull/378) ([TurpentineDistillery](https://github.com/TurpentineDistillery)) - ## [2.1.1](https://github.com/nlohmann/json/releases/tag/2.1.1) (2017-02-25) [Full Changelog](https://github.com/nlohmann/json/compare/v2.1.0...2.1.1) @@ -2413,13 +2420,16 @@ All notable changes to this project will be documented in this file. This projec - Implicit conversion issues [\#442](https://github.com/nlohmann/json/issues/442) - Parsing of floats locale dependent [\#302](https://github.com/nlohmann/json/issues/302) +- Speedup CI builds using cotire [\#461](https://github.com/nlohmann/json/pull/461) ([tusharpm](https://github.com/tusharpm)) +- TurpentineDistillery feature/locale independent str to num [\#450](https://github.com/nlohmann/json/pull/450) ([nlohmann](https://github.com/nlohmann)) +- README: adjust boost::optional example [\#439](https://github.com/nlohmann/json/pull/439) ([jaredgrubb](https://github.com/jaredgrubb)) +- fix \#414 - comparing to 0 literal [\#415](https://github.com/nlohmann/json/pull/415) ([stanmihai4](https://github.com/stanmihai4)) +- locale-independent num-to-str [\#378](https://github.com/nlohmann/json/pull/378) ([TurpentineDistillery](https://github.com/TurpentineDistillery)) + ## [v2.1.0](https://github.com/nlohmann/json/releases/tag/v2.1.0) (2017-01-28) [Full Changelog](https://github.com/nlohmann/json/compare/2.1.0...v2.1.0) -- conversion from/to user-defined types [\#435](https://github.com/nlohmann/json/pull/435) ([nlohmann](https://github.com/nlohmann)) -- Fix documentation error [\#430](https://github.com/nlohmann/json/pull/430) ([vjon](https://github.com/vjon)) - ## [2.1.0](https://github.com/nlohmann/json/releases/tag/2.1.0) (2017-01-28) [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.10...2.1.0) @@ -2455,13 +2465,13 @@ All notable changes to this project will be documented in this file. This projec - \[Improvement\] Add option to remove exceptions [\#296](https://github.com/nlohmann/json/issues/296) - Performance in miloyip/nativejson-benchmark [\#202](https://github.com/nlohmann/json/issues/202) +- conversion from/to user-defined types [\#435](https://github.com/nlohmann/json/pull/435) ([nlohmann](https://github.com/nlohmann)) +- Fix documentation error [\#430](https://github.com/nlohmann/json/pull/430) ([vjon](https://github.com/vjon)) + ## [v2.0.10](https://github.com/nlohmann/json/releases/tag/v2.0.10) (2017-01-02) [Full Changelog](https://github.com/nlohmann/json/compare/2.0.10...v2.0.10) -- Feature/clang sanitize [\#410](https://github.com/nlohmann/json/pull/410) ([Daniel599](https://github.com/Daniel599)) -- Add Doozer build badge [\#400](https://github.com/nlohmann/json/pull/400) ([andoma](https://github.com/andoma)) - ## [2.0.10](https://github.com/nlohmann/json/releases/tag/2.0.10) (2017-01-02) [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.9...2.0.10) @@ -2480,14 +2490,13 @@ All notable changes to this project will be documented in this file. This projec - Execute tests with clang sanitizers [\#394](https://github.com/nlohmann/json/issues/394) - Check if library can be used with ETL [\#361](https://github.com/nlohmann/json/issues/361) +- Feature/clang sanitize [\#410](https://github.com/nlohmann/json/pull/410) ([Daniel599](https://github.com/Daniel599)) +- Add Doozer build badge [\#400](https://github.com/nlohmann/json/pull/400) ([andoma](https://github.com/andoma)) + ## [v2.0.9](https://github.com/nlohmann/json/releases/tag/v2.0.9) (2016-12-16) [Full Changelog](https://github.com/nlohmann/json/compare/2.0.9...v2.0.9) -- Replace class iterator and const\_iterator by using a single template class to reduce code. [\#395](https://github.com/nlohmann/json/pull/395) ([Bosswestfalen](https://github.com/Bosswestfalen)) -- Clang: quiet a warning [\#391](https://github.com/nlohmann/json/pull/391) ([jaredgrubb](https://github.com/jaredgrubb)) -- Fix issue \#380: Signed integer overflow check [\#390](https://github.com/nlohmann/json/pull/390) ([qwename](https://github.com/qwename)) - ## [2.0.9](https://github.com/nlohmann/json/releases/tag/2.0.9) (2016-12-16) [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.8...2.0.9) @@ -2507,6 +2516,10 @@ All notable changes to this project will be documented in this file. This projec - Non-unique keys in objects. [\#375](https://github.com/nlohmann/json/issues/375) - Request: binary serialization/deserialization [\#358](https://github.com/nlohmann/json/issues/358) +- Replace class iterator and const\_iterator by using a single template class to reduce code. [\#395](https://github.com/nlohmann/json/pull/395) ([Bosswestfalen](https://github.com/Bosswestfalen)) +- Clang: quiet a warning [\#391](https://github.com/nlohmann/json/pull/391) ([jaredgrubb](https://github.com/jaredgrubb)) +- Fix issue \#380: Signed integer overflow check [\#390](https://github.com/nlohmann/json/pull/390) ([qwename](https://github.com/qwename)) + ## [v2.0.8](https://github.com/nlohmann/json/releases/tag/v2.0.8) (2016-12-02) [Full Changelog](https://github.com/nlohmann/json/compare/2.0.8...v2.0.8) diff --git a/README.md b/README.md index de8b5242c..a1e59e7c5 100644 --- a/README.md +++ b/README.md @@ -1271,7 +1271,7 @@ Example: ```cmake include(FetchContent) -FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.0/json.tar.xz) +FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.1/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 c252636a0..8a08c0311 100644 --- a/docs/docset/docset.json +++ b/docs/docset/docset.json @@ -1,6 +1,6 @@ { "name": "JSON for Modern C++", - "version": "3.11.0", + "version": "3.11.1", "archive": "JSON_for_Modern_C++.tgz", "author": { "name": "Niels Lohmann", diff --git a/docs/examples/meta.output b/docs/examples/meta.output index 53cf2660b..43fe0a887 100644 --- a/docs/examples/meta.output +++ b/docs/examples/meta.output @@ -11,7 +11,7 @@ "version": { "major": 3, "minor": 11, - "patch": 0, - "string": "3.11.0" + "patch": 1, + "string": "3.11.1" } } diff --git a/docs/examples/nlohmann_json_version.output b/docs/examples/nlohmann_json_version.output index 2809e3cb1..d45d2bd17 100644 --- a/docs/examples/nlohmann_json_version.output +++ b/docs/examples/nlohmann_json_version.output @@ -1 +1 @@ -JSON for Modern C++ version 3.11.0 +JSON for Modern C++ version 3.11.1 diff --git a/docs/json.gif b/docs/json.gif index b34600b79c3f1e8bb1cb4b928b83856916d29b15..7bbf1e6b0b5e4de8eee5bf0925ac45e7a2548cbd 100644 GIT binary patch delta 35696 zcmWJsbzGE95We>~;D7_}j_&U6?oR0jkCYY>l)j^su9q$WX^<2}%A>mx0TF3QML)zq z<@5jDot>T8oq3+$vn6dFr|ljHJp)~N1y>xgJnZ{;HX;DquC1xPuPbW5Rhuim^D!nHwQ)anq3eoHW@ z1cAwKlhnaQ&mN`X4jjJsOqt+99KWX!V!rpjb;dui{SMoY``$MhfG@39(XZ z+;xy)s+bE15kC%~xEQ3un&h1__wAcL;Ia#A=ZEWUc$8P&4{ItHO(P0J8&> zagwPW0jV_GZp6y!BZ-g}sas!QL~CoWi7zy`+@M6n^z4woG!SU@8G{owX8gl>d(kg4 zFNyDUC>41~>=z{*?03ZtdSZlplyU%Z2uQP&8S0YIgMkQItmzJp@0wvD^Af1U;%6N&ZjH)7s4+)6e=$pp;e-SU{hNT919x1IbSKS4N>-ub@|$uveW0*Q;by`5dJCd6 z+8O0C@4)x=p@dw*q{tIne%$)Br}{JUaDQ>NYtFbZ@xB5h93ReO;o7DJ(g6yRGt*%f z9^wIUTY7M zx=SC1jP{B-rj7dgC6wFFpY3}L#Uh*r4q@&_GSXwAn0PXNe}g1sA|_HeHf~!6V)c>X z+9r&4Fs}O$cNd8Lm>2)v9Au-E6Uf8)&`d-}-)JZOq)8;I^u6MP#2zBM7arda!_l}V z5*{XyRX%?A7TpSBDR%*L&<&{zSb+^lS#EQp{nD6D({rO*G^i>y7KU&(%A#z*3e-oE)l<|qOd8>F}|v} zlmzm@2qY1Rj3rC@h1@0aVuz!?H9GCTLV_tSg%Jo=`zHdG4O(*OI9$a~Pl#Gpv&H8Hwwn_%>(GjtnL6OOiTgAn19pt$^sFvN7DlZN6Gm79gqx7H9< z_GW1SMzR2Q*rPEQok!q(DkbUeAkx6=7lGHUNFwJT$CtF`B$T+$qZ){%5Gug&C61{( z(D88{q+?nKEyNcaq4bnBmh2X|OT`WUMf$X)$B>u^q@Y$N%L{6Y9`9?=eL=_pT2rSZ z7vVoht0_YT`N5OaeK7%n3^B!ql<3VCJsKtfLb>%GGG`M`mwM)b2Q-mD zE9gqApcsufU`(QIe{&v*=t^_`^$VqcXO=8IWYZs6`!Ey;nnZpfbu@AnHt9UDdE>5+ zl6eLykwYY|-&TZ!E3|$zpU<5}AscBqGC-Bj&6t@&eaWM1|lg8mZ_ z176c-0nuO@gB)NFjxg8*;~*=e^FJ4&7#YmA*VN+($)G@%*^cHTau(GDdUFo?cp6H> zTyGqwh9FE_Gs<&uH#U=pM-@4V-#5%h2_+{mSRUfpMCcR?i!48ymP$X7Ro$vzng_*q>wOK8{myzA#GyCy!7fpq2PTX9{$ zew2vZ5nZG2B$Qpw(ne*A8!fwaF!Ih`8kep>UMhq60$MUDVTAyStrd-TV^XJw)-&jP z8UuDrGB`H27)RLGb2)w!r0gFyOuaI)qHR9d@UBwg;m}FDJEQ$Eq!4c>kQyug?l^e} zb`(o09wXoSj5T<-SseE3Y1Ly0-Lx1l(I_JZpEA&C0F+%xiF0%bH_o;}qaa#Ye2RS; zO<(2=vlYuha%K*zdQFIsg#dRz)pUzHQQPDwiQ`GrOJ>I&b3Xccw7P*4BjijA>gUAY z1q&Dw8OgZ`LLD0?BUK)0mf@Z!1G)-|=E5-dIAohL`H<(_i>c=m)A^)e9J4fn&q*07 z4SAa|bt$X?4l&CCFz^?%Ay5zMu<#(*QwxF`xKoKoo;7ZP4_Jf=wKOy%YQQ=c8Ne5O z&vJ)Luw9)RzL4yj#tM>3 zl5*VxrobpJ89)u};Ccmwf&SdW)ObRYkfaR*O_f}dRwLPRr1qow98-NEzcuIf@aFXX9;0-GA_5kwW6)!h112XZc5@guQgHC+)fJ!GJzXJfMfEWQa zsGt*ADM0)0Vsr}_{2L7wd;n$903!r#`SFRDz&rmSGkwCdh(1SA6yXf z5cf-{;)J9=B2^g3X+Atzu{q}xNa%W$L>0AtJ9<3&o?RS&Lb@rugC*%kCL;+VKL~mV zdvH!bYds+vm|RWxr-W|*IPv$eia5ayaLD_1S=d>vrGAz6cjw z!j4M%kA@~O^PQA5CNoCq!K9fScOq;!)0M;9C;NoWA4 z;GMl4pUfy1%#1s&`qxXb5kY*uvd3pr-g2`#zMz>dl++kNZ+|_Ug(P}?eg0#=HnUvw zF@;K~6tGwz+=8U%>)NI)b>rd8D)JQGNFvDfGCrl{q^W@iu^t_7pKHe6&a9y(^Wdik z9mJVPah57r7h0!#ye%MBoF2#n3&oj*Cv9iTK16kdh=#V4w=AEpA4$5lHs1Zq(!+i| zHlsqGs-x`G96RCOIq^i;3fvagfl`Ztd=iQb{Q9x(l`nD&m_+1l;(G)tc(kF?lCFU~ ztYCx$BTSvgqzo*S5MZDZh0&8PHcBLp9TF%r94!?ZItwlqwU9gpHzb(R)|`7y)GBY1 zOj>C#xF5>tC@zC=NnXGj6qBUm>(6P;zvn}Ep|6_}cBVV2t0XzeQxYY4GsPq87MM!* zBq6nTy<<8T43KmJV!)4K%Kay8purNSUTK#T%ca2Y zAGFx@EYzZiwx3^Ds?j{xn$znewAwNV{4LGQ)D7oxfQe7l_~&rZyia{?_q8m0;)4BK z)JMy5P)bG|EfWWDKU+4n`a$ruKM{DjNhS)0%J7hS4AwBAa0GZp5UiHr!se4Uiul_X zeN9O&KLkw53@8JQ))O@asui&N_El_VR1+qN&rW|oBDpgbcp!C`UtA3bX(PYr=D2?Pbqy(tzl=w zL6+5eZ@c?_3G+6|&ilKzilkp~*SaGRl?jmqspcK>`*zO~e*gs3H$gZkf*nF24uR4x z;8-C$Ew{r*sTgsP5K=sZ0x}#=WeMVBStJ&PVk#g6)aDREeLR8qS)QTUATdH-J(<|- zA9})(LRZO|Y0PkMp?C;+*ihD!(n4@fmQH883Y7@aqFsVN(!KntnI|7Yi^q9uP**L+ z|F!1AvnL5#{aTt{E&&-2=qv~LX>qbV%XX=J9aycjI=JvcPU`m0Rc81B3 z0Hob*A*b$Q*XvY$V5&SbHaS)AVZ@hoc$>XztDg8}1wa-AL00$jX($g8t4_q_CyV|4 z;K9+2ES$;~w zdWcfEP>UTBH%UUzug*!LPPy>mM~#cD{j%-lC;{uRnM48$U`%RH^Vk&*F_#`n5Xems zPjoR!5SP*6X-m6CO?_5*-wc63U2~a zB=){7F$ow?73aw$CuFlqWB+DHGmT4w8hY7XNGq5?4;_E5y?b|aTl0+Lo^h_4159dX zp01Je|50e#@6q8kM~E|L&Ou!)uxgke~^7<-M~rthEn~=I z6cffbnm#)F&a#5DDhfaeNUUlLoPf7gRq0P8HU+iLKIuS2wUXR5vP_OGbhyj_8fCCc zRRov?_f)f3&Ll4C5Nv!c9oojn7cjjoKh9PS?jWr*Hg!UtfAwF@1-Jk|t8oEmAeFi| zbE#%Q(XqM;q!7SC_#p+`LrzE&$7GPw44|h53)DrhFdC#f1b!wU%x*%42c+#aywjBy8%Ang22>ESAtBlvO zNYwliBPG|0~0kQQ8t=+cBkrX#M&yy(qcN5)Y{;L28;M8l{AI4dmXi?;H1z>M4;0ll0ocGOZ6EA60mw3>y1>eyz`+}q zF6r?lK0%dW$KXs>9f=Q3!)U}4qj-grAnL=9h~O3^+ig4ADG;Io!=P*~?ZojQhHd#J z*ZfSPCt3dT6?(LJ5NN5Uoe$2CxHSW){IORtQ6NSbr5to`u-#TmK#)HOHE2*rd@DQZ zV&z7lh3{7R023OI;(HS>AjW%f(v>}*jTx)8?#=%PvF`4S6$BN+Xt6`KTtW=WUEiv3 zmfiBSe+-xQ2MN^xWJPe=&gh7#T#ocYeT7a2Ia-#{ep_^{jIAM!S-h=nXpM`8IZC|4 zY=ekeg?2^3BFl*|iG0`1_=~y*lo|EuaLuvB{xOW2lySYQ;%n*};I}U`&F#a6{Z(2hgBiZZlG4%Knq<#XhjYfqpL_(pTo-(4B+%DQ z;F<0d3bF!A#(P2UScU%_kB`VD)^5Bc z6BN{U1D3#aedd1{t5N>}{TY2-Rx!YAmSo92$KfEQzZhg!z`8+<0Obvs)eCj2DIk(0 zE-W`FH_1(Qk3=TzBsSZxc=w7ab@&c7KnqE*m5wtn`Ol#Ou_U`PqLc02MD{f9l1G5( zIM^2$26GL(fG+UbfQtZvNC!C#O+?1|d322H^B*#vi+Ur_-D#5T%V~sk0)&p*4;gIQ zGxC}}Wlrshe@K|TH;WhtOAM8OaPY06H$^w@01%X&e{^9}#XWfrniz2bg5W(PPT&KW zYa~IYs4IKQRPY;$2gkt$Bkq4be>36$B0)N1F(@4Z)Hh}aEHlRCqWZbJsxcgTQC4*cYFNoh{ad0Pw3*&z2lu%;ezVO6mMYY<|;IYrrlx;mSC3{&cvG?5hhHXs1B(A5C#~ z?{GD`9&EEq`3H`a>_Y%Tu+2U}x@xgK7M5ua;KVr~?1W6LLKR4L;PJRAiCJM{m2OI_ zC~s-^JxnElxv*-VS_Nq_Ls687fY@NZl1@%fY0LP?tCzPa0+fV5YM0%OvKUE2x>8Sf5}TW@|B2@!zD1Xvl&V7c zKt4d94Ol?SceRTTjS4m8pBq?n#KpBrroK4I(ikFSx|Juqk|pV|L`W9iEZBv`cqIU) z0!jLw2L$zrNOoy6WWoC!s5)iTQh2i_Avx0@(IEA<;R6y8Kk5>*tYO1p8qzE$@lW@E z2;KH14wC$J?<5bN^LPUL(lJ2VS#wh+VcL>JVj)ShnRbb+JCgik-U=KQsjcH^<2jDu_+$=3+U!t*ouO(V4m@xa z6$~LQj3l|hKOzJ)@X>E-xH&bUVH(yX;vHW?JGYJ3uiP z37S(9j;1$$Fi3(Sq*A3_kVX>;A<_UtT}&`moMepE9{=^|zWUPc5zSNS@s*JVA}C!& zTucR$kci8_K#h13n5j=}C8E_BAaE=C((ujtcKNwQ+so9+8~B}C_qEwSn}rC}8tH`nc^z?Z60x6Uc>85@_9i z;^6xHZR36@JFLkN+F<|+XUPD`Q7b~USyI0>WbQT9WDw*up*6tA7#=DG!Ygho6L#f7 zVZS^Q5iZR&_df77h5=9j*D)+W3-}$w&6CVdi(7%PccmqS2v$(gfsU>Ww3=K&01Y^Go~6`~Kq)Hpub*e&>kb1`Tp6*{ z;+J?p4GB9D9K=Ck>=2?LT%c`m3ajuo1RjK^S~VhsCHVpwp%bE1;>UBa3J5~q-9+Aq z8A`jGYQ_Lzz5P8!_{TP&9`-=11CN8TV*s_bmxh8n5Li}qp{ja7NIAQYp%8vay+NB2 z?+nrYUd(=W<;8Pl{Vw-69zvyjH|a6_S+?QtiYHJw1VCR9{Gc7OCzKDN>|x1K7TSi8 zgyE?ktog#iM&7Hh{U=m@fs5k90EF}MhBrarZ8sV{7Y;bPmj*KH1>*qPZC5@u`piSD zcYS_f#1=Am(&^#GGf>Axk6o?fPmnmRcBc2A2DK)Ve@RrFGrM?^rN&5^xq3$Oaf`kCw_3KoEuM!@j9 z9_lQD#-P52L@e18GlJpB-j}DqlZF1p)PZ)ph&pvBZBYN)rdR8J09yrdk7Gpe1yD=| z?E2mGbL0Du$?$)Z$m+}pzWCvbdwZTS0rKLcS-st<3j@EE2A=i4R=6Pj$b@G|D`>4C zLO}qO_yD~5H5)U)W=34z8~)s{mt$sV^^}Odc~HWbE~&u}7-D)oINfuR3dkS;am+yH zC20gW=EKf-A8(U-O`?b#x;PzRRqmU4*QeGu;)zJ@4$ARm|5w;Jd|6aq!o~2fTl_{i znkNRE2Jb#shk6IzKI5=4wf^}Q}Q8+fGLcNa2Io;JNR z4o3MhV%v!5m`AwOr@owyrfm*UNA;u4UcYLdrB5P@!~nb%L@D^`+{oAY%+sA|{Y1ut zG&M;&Bm=i@0Zdy zuY`#Ulim~j)h5^^4%%FEo0$k_?sMH7OG@jvm>Iq`vu$p?GK6@2hIniKdlfs0SQ@$> zs7)Iu7bWny*p&IbYR$YFGy`2V*%qU4>NX>>C10#LTV1~%WBjyrJ~I(D)AxIN8`-kw z{CnxE<5U!4vHfgMTY0KZd6A9zJyGctOFA4%v1c12vt05zhvmS$c>+m3hQ@7?AcnMB zCRUV3-lGnf%Eq3Lt|AUBn)e4w zPrjC|=Lhy5{(diCKHkK%BHVZKiFsN!ZJpF*g+qD&qG_e%)9FDBHNnhikjcmSzx$6_ z$NWu38n-_Bm9Dp%4pGnTpEcu~ra$jcyc3Ha)>qjtdA52L-CKX>6A7D)Lm>W=dGU|) z;^^kvWqG!)n`sV!3&IixVbG8;qMFCm=8ULAK^_H2Sz7zEU>|(_G1K#>~PeU0P7JpspZFL`7kr~^I+83^oO5d**C1%(MutKFY5Zu6KcuV<1i8GK5Kq!z~DF@u`0SV9qXb^1YeLQ)D2($XX(R2z;EV%+zR!<|Ta$ne zr7%*GUKR!&jAsb5J*YO2ax*C<5Zh5)1zYdR7pOE55o6^`;P zzSjBORlw$}(9ehO-+jNkJ(&1z>|0|_#%mFb7>sjC`;`JeL(^-R%#5qksSW_W9$74>#C<6l0J&lXR7p9eF8ddGZ`ljEQ%*r=W1b?LSfU4i=5LNw?l~5 z{ee?Do%@e$s8pY-L7|X>^ov&f0EpwcT(k1#Dsj`C>`0T}HF~w|-Q3=PYM3TK%zIz^ ztC=>Hb%?nxQ|P6+K386d#S`jD;IT;WZ+3|i%}C3I1z5EH3VmxQ!t^GdTfLJvUB7EP zj*8C`OR1y$Gj8Thq9RwOcs?{<>N(Oc_$Xdxe?cqT%&J|-z)K+X%HI2F-UA2Urmiao z|HNTWa*5^PE-TZ)KdT+b!pt+(x2}6gHj9)mDXKv?5t$WwgVPozFhoVd7$x!pACGdu z$0kXyW$k6C(30rT@^ps&a82UM4|7WqdhufyyAx!dm=y6^WqvP6L2$yxmC5ML3BmQ_ zvO2q5ORP3|>w0a)eA)8te4-cW*((N#ghiDHgufs#D$IliO&Vwu;Zs}k;FnMRQ?FdQ zJq&%G%T-W@_(I?^cl)~__c>$_Io6BD6#U@qulc;DH|y=kAD(ZyZ}OBc{R3kqhs=Ek zu-8}Dcku*tQ9(mbm%34CRWAPh=Gj`B!>n_!zS>3qU^tJ=JA|xaWUpWQ^YZCZC*?k- z5{Y^G_|b2+Qfy1Z3q$S&(GNEKUjBKoNjB1yMI~D5t!=IqATtxnq4zEDYqcXHP(@;< zM2ggk#@~iQpyzv-Wh^n}S=P52f%sPd3-*1S;^Fk4sLN$rZ1mN;haWC18NXmoS2b*U zwiuMGwoxD zReoq79|bu)ez)@DB(Eqk@osSO;zZf+@u9ECHpK#t%;Xni4YL^08%6R;rX*f^#Ud<8 zs?KWc_=z@^}pgI-600$fFwz@IQhv`SeI0ne{zMJz5bN` zNdD%e;=8@lO~r$*gDA3m#t~12*>Ka4TFWwhK~tV7$fWq8Kkv&M3)f^($bdf9SKmw_ zfqlNap_Yi0=+?+@I}bZrVTw>g<8rMc39aW+`X>fDL=76kZ^O;gysVxw9UKL0Bopdd zuoHavS!!ehE5?dSDBk&PTEAi^HD+8ZHE(2Y`lG?Zla|tZLWsZZEA>qHn`6(=;(9_S z%wh(wb%T+ouVon{%^vsQo#ogfte}v)Wg+3+^u2~^uFk{GLuPHxB7dsTA)h`)9?I}< zdky6t9eg4wh$D+lH!+l>z^x9t^i6N7H?bp1C$8%Qyhk#HXR?WD8a1>U6%K1&w!QBT z0w0Rml7-%G{YzDi+x%nmjZK}^2);;@MEfIwWtBsjWUpiI zu~dIiTqGmcD`q2E=yZ~clF$S(#U_UNqusdD;g`FtGtkl{@5m{dC*c}-WA4GvV!o%` zY2I4CJ@Z_@hsVoWl5)5lIFZPGGVJ%Li(l~ZX7{)|@BO0Lo2bJMEOQI&Lc^TE)2-#v zqr=)C5%>8^N>&?P?pCQq+irQ-sh2gjc4%g0FvxR+ezR$L``|ey);-b0M=s zE8*H(Qv46;-D`;+1#?t)Y&8^FQt41TuK!p2u>ZV&@x4GozyE=Q*4%jCKCJDX`hQvfjylo$(^y? z{V@$o>n&^iNt%f>!qq=AB6166daKHThh1p#MM1~n^!n%Hu-C$;WAUF~bo{I~_&H%8 zT(9SRVmV$WYT~_q{6c6$)K}sea?L)z^hNeFP<-t5a9`W#vmCU+p7M^2x;^my?Z;YS z`Zsp>MxDOCV!o${ee>tL_E{bl9y1|N*!LaGEc=)|`uV<4Vy&}5biZlUp zx%Xzc+CT4~DzHfYU5r9V_69r>QouP~G~J0lb^hF(d6+PLjqcaL==>aBTi4uv&=g~_ZhK05wMYTfyMPT96^jjV_Qd#!Bpug?_nkX7Z7ENN#BIZfh? z==o%%PUxgg)K_I|2jld9QK>0#*RN^QkKF}$I*#sMMyc<_W`BjtX={PVWZbAg$?>#c zVxwRyQ~mYs6A~<0@<9%BUaur#8L6g;C)(6tJ=0)wN`;vdDzF1`iZXUW{dd1gedgzJ z|D_H*FAZ|*3v^VH9(p#0qWJ_D+PCjAX;h)LFZ(vZRWgK7k!me>v-4r9_3QY<*<&Tl!?mP&fM&Pw0hB5TrO&jz({z1)_wuw8 z(9;*GRAPl=f=9e9%iD9fALHwIa|ow#dYtL`OU<QM-FRjFgg!YJehT>Soc~fgVus~OrL!1KK%qY&oXtC7vq^@&!dTPWvDZvw4iXC&h-v^yF32@>L!c+kz#Q%Ba#_<+)tbQ)M%l$-;jE z6f$;9Z_@bLh6KdXYT*KkDcY^g++F0yI>2o4e?wW%QzeQfb?i4^E4Z;xUXK@Jlev!h zyPT36rtNN-$5W2T^HY4mN&kQmSevn)o3rIH_SMJJFIQFdC}B#vsB}iCa-^!L>MiZ{ zTtX-{oWw--QWXRwo0l1bQJmBr>=nDzc1_G5nv+O`lrpknRn`{SoGoPoEFTMGSn?-$ z#mi3jGUjhX?!kBmF}*cR62N`zOaHHI|ACsOH-e~p%B^9?a}x@3^kA2nQLP-<`5R%N z=PtzMAn872Qv8Ejb`p>YwKOBQHc!ueZ&3PVX$BxGK&V$Wopup_dlvAYq@U62Wp!n` zhK3980#I<=i}9tiQ$x8$UlwwsqS|Rwf95Ck~PSu|CJ#oEZbkz9wo1+9MG*wWQ(N>X@*$8`7+xg zOvA|Y;#Q3fj@&NxTPCq(oK=@*1WnZ&h6=338f#oqD0%PaNlT9!S-w-rUM8ijr~>kH zq(y@e0%qB$DWKOorD4g6?J;QYay2gQ79F@@v@1-vFCs)HG|3` zjemL@k^LDrDJB81G@(%AxQ=R0sCgxMTST9fP^X5VR*BMHDFsK>Jx5`BCSCYKY(Ml- z5sPDo$h&R%SO3VbG82t*pNyiRi3Vqu>#EMGz4EJ|q_RcbW&t(qI6h-fk-y?t9%(>Q zrA6~+f4t&dUhbO3XvM?;b6KvNov^%C=QF42{>?S<49#vJ!Flk7pv*Rd!DJ!Bw|BMQ zn?!%`n-(v=nkSzQ+*Cq^-+CHFLRXyT@vZA%d#Dsj`G{acKZW7YvVD&_NgJ;^qvEn} zvemg(#$C~1A^jG_rniQ>Rv3}X-Awm2+>qO*KV8|}7ogFSyA*nsH^l8k@-)AgJC%vj zDRSyT8mcp*d z(L5Jy%G--rqB|)q@)33N>yq&uU^M5k_-XVKYWXz*!dc<;8!O^UrMgqA?)bIi?T*NH z?s?bCU;!RNex!+{e=p;UV^f_sYBNzw3Z&FkO?kURJ5&(TEqb%9I9Hha1)> zjRX=}u7WMQf-hDJvUhA$Y*NoAxS=+$qEYjWgXZtt3VfcI`Px|c8!`x!mrCtUAHARc zX-e-Zzx-cScsRB^_YdypA6ucn?&|sLaX06BBul#)6?SyldZw=+?e_%sJXZUK`k!$- z_x{tzctuv?P?6yW(EOh3J<%CgXw4M{47ha z^~V+%$X`v0c*I9nisvIVhw-d77VK9e{gf-rQz5svip7HNRa*Bl8~(}<+pSXG z;&n7tQZC#Lpzw~ReFN?}S;kW#?5wp9cmMPXmvGJ?Ox9_+Sm~$QxN2rkIE}p@e01$k zzAfRl{jCQpT%Knk0k8(eD<8q6!ptLXXmS${8xUtW&594PEj}eS3-1Ae{QoRyYh^cS zHkAWu$Q&JNYl{Bb_w^}DL}$-xcG8I@ilH4%KXCOgG60Nb1WIcO4scQ>9LitDQ@K}| zv@q81YOh4q@44cIHZRyzP)JISkQ} z`|-IJmo(B4EXNYOUkscn7DKi7~j^Cs6!Zuq=9NG-Z3tLJ)K zE&Fz{XyEslyD}bIR+1$lWwIj&eq%p%;A0toQn=5#S0TSk%bm5A325yIvlVjR5xAVk zl@Qd5$F@plwog%Mma((&`~8>;BG3H%WBvATZ20kFyGZK`Bj&2XElqZnzs@>+3Q0-L z^upRYCASo)dy1vxG3_6p_^5KOu4oGJlLZCUP5@}N?Bxeb)(X>;qle_TgL&`v2b#W% zFqA2*ZxAMXKM!;{r<(0Hsg6rAIZt<3MJa_{Zi+py%F*Y{KV2Jq&nNxRJRTBUi-~_9 zi4~a6p&^;e+71j>`S9P_@a|r+_m>;~8q1o~2`1e#&*~_S+wW$IcG|mLRz)y0Psanf z`FOu{ol|s%pfW1r>m~?(dDH@kYyw(1Ej~z9E!66}(obH!xvhz^NEbiHLwSu>sf|~i zO~{~@7dy#GF1}@P^y#!RpJg;WbyFdfS=deHAs!%mlr;cXXPIe-dnyE+fzakOiI z{2GDTcH$EZK@3UV(W^?jPhuw5lB3s!Cvqb zgx-58RCfW<7J^7_KRTIuYQwp96WRn#kYEtYW;ud6il-=x^Dpnvw23ygaHcC2rcf?a zKk+x56elmv@=19eR(5EBM8#Ns_F0&PdrEDQ;%!=qy+iaENq1dJUX1w*Nx3ol zB8PUIoLTVeyU}lNgdV|wU~QJOmWL}gyBF2ncAxv7-QC1|{E-h^g)ureVrSju7o%!| zCgPvj?$ahM)RD^D{pE#kc0T6(bJH$z>7&G$x6(7)`-=yPA842UoSsj$ zLElE`?M*RrMKS~C%I*=*Go-yqsk~`~V4gR#Z$`snaPquC?1OPcB%dlVu9bv|WE|=q z6XKc)k4Xir65z2=Li$#UxB~NOdPZ<7fwtiGO9YWmIw{p#AsJ>i$v*abLbl2D48bAY zX3cAfD0$8LwV>vqPI?wyeIt~cQ###x@q4&UfI~*8LPS!w7e%c-^uIzLqc3g_WQ<%6 z`kleV9xeA46<^?A-g~PoqjCN%V%^WK%TdqrhW-ml!Ail!G(9yIOF$`FD%)ZyPOmBa zF01)%OZ6*@wXg?gF7W)HW3xy3pMu*KBxEW4qMM2oV$^vE){j4L9QiITr8ilV8_83@ z)cvS>)$VdY_I)kaI413waMha9UatH;b#xotZ&-uAGJ(p%t}>C%t+4VDQ}9~lW45>> zD$#By$+*}#8u@H3tgHQg`F+38Z+7%az`B$YzEVNSfIszAAe^~yKH|> z9CPPht-UVe`^R)zkJhE3spvF5+RXRXFKqJf+MA6hapc(77Tu{Tsx9{GSg$R)JH&9u z%If$F5W^q%yh{6CyXOs^9vUO<>^0@{ocRtZD%{37SioV!y&5ahgSw+$emNMMkrzr= zOWU@S!)Hu;!s<}F6PAtTy>PQcT$~@#ragN^n>AJ#yj$GV())Fzsr5CKskv>~ zQ2z~M_0P$gGzH&B{Meab!gZbOrEkqo9>zXCO1V$7krhJgAGbtyUUX8X7NgYh z!36(&wNYcIRG5oxG`O?IPnVsnNX*;8s-oYFC!lg_8zkl`Z5tw!YF~eN8niEbB(L~T znN#VHJ}l6`IrRl6x05_x+-Lc0TCct=+BX2vOkDm zHCs5@rV+@_rW7IJF49!pPR@rXIqFoynSHBBTC4ekA}vaE=gg2U&(%4l<&%>$-qPKK z-O`)yeCo)Ft%#>P6wiud=H?*tnb0Ca(>;-og{`cP>-BqMuX+(tr97-;3lMc4ln&#M zan7*3Ed9lMl#|`VD6xSNZLeiA?JyfEi)J%R)!;Y5!nCS`A|q1Jol&wW$vAKuV)>3S zGe*^3lC0KT8pR&Fe1klmxuYpnyj037v!k77v?7c(OpG+Ttnd`<^_WyNP$Kwdrb#Ay zR(feYMD;l_z0>c4-b}3kSh+XmhuB zfmv&*Ds&mYj*#zSDr=%(p8il}6us(HgSeXi(>b!;^&HbMb|s%`)E##5SmpC)M$F>J zMoZWWzNaLnlGbq;?p{f{Ov4d^iY(x?)+0x$`pEs}RKR6>%=Aq(JEiytzjc%En;GW9z=7Qa0*d0*%YsC~xn z$$aI^hq56FOdk_AfdlSE)nr+vpc`-)2|ZZ8=YXsj`^>}FKcIzxT7 zF^@iI8Ch_!%9Bu@$w?5Hd{lqn?_CwsgGA(3qHqYQI;HdDTk#H6j4WSB53!6N&GP+A z=;H;nynU%0=nWM)scx0~j@&8U-c}*Jir4UlJb9k8KV#fajr}q5LI-&Gnk!bzSnd&X z_2`)q+NQ!T$t=k*ihE^aOZH{&`T4hWd!${P#onxbs7LTt zzoAEdBHlLxutAMXe*9ie0uq~8WY|b5M&Hl*-BYcF)`0cbcuS!~m;S;F92^!KfWRv4 zF@BIASNhZxMCFQ&&v>zk;q@frzvg}SF13mEsE2a1kh`RQ)SO0Vv{n#i4V~r(3m10N~VMqahIA&=>-L)F(ZXQTtBZQ}a?DW^(z;OIFg&f3dq!{HXN#=X|`2pi_F>Q~QF;%r`y4;bJ5LpRyhY z7kd!r+^AMG^UpB6eq4>E$^f40W1cZ^oFr}X+z!)c{QD+Frtr;p;^&9_nqpuWMB&uf zTajRNBke$FiS!sk|2*x>LcH4VT{g9!=Fn72aVTP2r=+h`1yv&AvB*0J%YC{x2Ew`> z%zA#hi@ru~Q6_xS82OWzP*V?1?;9Nl==5hNd}5f2L=-LZuk2zE(us>;<{WE(o{#^x zFt@q6$S;t9rXEU+zWuXko1_Xu8u-3Go4!0MdB1`p{F(D!R>`LsjKTi^S3s!07#1W^3V)(u8mi$Me%hFU0TSpL1_>RH#DS31pzc@z1CE3z=u-;~|Y278D~A&I*(~+hQ#Q?1coB?MG?Y)=10(D6&g|2nsGa zhk_;Jp8S*lNg#$r?0*T9L=O8=fG>{34n$JiJ=L0_nHqV8X^F&(Ek?1i)4sq(`z^!_ zT-zDOV@tZ^OTuLQgxe4x4XON4$#lzsxWOG@f+z4JK}d->VMODN1TCP(eMm~~Sl-Ps z#10&yI7tdfhJ+`qkb!_loI%}zG~+=q8=+|ALwuHdotzQ%)PJpwM7vA`G)hMTf#FWmU!e1HkifEl=f9r%GAgp8v=K#PUM z6H?B=Wl*;WmfkGH1l?Awok)`~3iwz+K#qhTbmYldWsArTHYNsiSpe>p1PCytUt~n# z;Zo}KQU893;D6@bN(Un5088S3V5 z;%9#9=YE37`Hk2NJjY-%r6YFCeJ#~-L4;X?1Y<%{Eq|#+1{4{_JQ!)I2uE08N%Rs{ z=%b_^XeDW;NUY09iB^sn9d%@ov26tgoPZojR z6%~{ii~N+0fF_?v<47LlqudpI5Z^)IfGB|$jHF01Y0A0S)4j080O<`|UL`}^AW38= za21&U&VM*on*AP%>Y4=*B7hm2+sN8e>EohA01`05DZE1Z?C721X`bq-!@Pob!C|0m z3n^lwE!NVb6$vL=fO?X|9gZpML?B*78g%?5NL0{OzRndA+CnHQNz9XpN*Z~o+Orjv z@puIgjzlJqO0p!)_kbn^79A$$B1ljr zxvb{bjHH)n5YB+i;h4l3eGH=M4_;JhNpzABB}ZkX*yAwD@-(VMq!&rl0-&lUg+30- zIK&5#f%n~NySnSU!fQbk2O*SLxsnzwEu%-m3YvXDxRgXN%@vfU8M=*%r7jI`RRnk* z1b_c5txi4_o(e_4q#ndB3X!^PilO+_kR6}9K!9_GL~^=L*+|&sI2#hIWW1tm%Bt*+ z=Bf_-Drc3|leP!$tc3@p0ezK39z0h+O=&mwk7Ah@Ln!FSN~`4PBUktkla_ z1Rms^Jx>zcC)sN5=5nqYYLtmcnO^KHiYkNzpe;S2*v&N|N$^sWTuw&zA#)s9SAT5k z|48uFTYT7hc%wWEYzTT^%MqVfPxGoI;Q1&TE~BlME*hDEu9*EKrTu6+Ep^o+hUSv9s@6Q z5@Q@_pTy|iXo5*N;8%R%@P3@Y3x|RP$ z7M2=}K+h?kIvv`VKxG!8@ei7WkV)y}4A>f-gc@+>WJZ9(9s?+}ol>Telwri`8iZsT z+hP=vS1QKbMeh_V@**>`WEF=I3|nGIpqi=XR$A*>i72+}UkqzXxCUAr`^C>D+z`32 zNZdivT#WqyvOsi#1_O{;fqw-g79c85hoJOFm#`8Y%axeSxFHaLyC<5PE2iWOI6qH8d zbI)C+B^QJnFeN2bOn+*M3i4fq96T{ggLPPob-_>tBHW?$^(@*_*C>QSi-ZY$OGg)BNjTjo{~j8F3J-^blI)FOu9DTY&VVe$ z2Q<@IV|He1w!qNBDahiXoup!@CM9v9;dhHp-4C&Lqd|MdPY7qVT{A z)C^sGzz!5KN^~lO@oIu3T|OcQMGwRix`>u6>+F>UY!?J#_{AC9Z%M#fC0VMp3{IDh zgd|4Lv>a(#K6Z4D#R$YDgfn@QJ2`L^hYNTouU6u0S$}v}n65YxT`A>w|4HCYgFRE!9Qs4g@V^!X2mq4G1(f^0i<& zS_(#EZF(;D8|VDGLe{as+@d zNwk38c7IRq7A;ZU)+LSw;sBVxl!lHm7X;W7FLXj4xWNvXfSsfrf|5;0#V8C?$2&KA zvMc+t14UUkvkF~Wi3*#c8CaDy#JVM+aasV24+QA;A;*gIu@c*OR4YkP#_@nnA-~9( zkHlF=4`haf6+@1D72Vu833?k-Vy`N!EB4mz$A1f;G_wo*z!SVm6bJtd>~y~JO)~kP z?20yiF=DqsglUU}8Q2f`h+I;l^+OBJx8wVRCgnHYj=$3bmT~^L7)?YWr^`b zXMZRb+g30(NbG@qiwYUb7;W=UxsOE4Fdvdlk4T8{X;_{?#adQB?V25BlnxsB^bcry zz-0sd-Qzv8E7FfK79q+wU0LTjj;+OP7w15E@L?*Boc7MR>b~+X*8M^hQvx%ML|8zQ!x!^#+=l$*D zzI4;iKPnv>ooCmGQzAR0HLEn zhzE0oba~N3#FGmDIM-7jOTUu}29QmpUX14Pv#p zPBr2p0xZ#+3Q3+Es*q;rt}~aW9$^NxSh6SGxXo1ZWG1#WAPPJgRHoFcCf>#{9n@*g zuBd^Ntlc(Q*VCkht~_{c=oFq1+b8_u&Auoo9HItzC)-i)Yb!QEDInsjXklT|60*I^%nBrl>@ch zlFKf={1VJC#T=8&GR-^_%{0}73xAhaIuj&|8NQ-&s_7&g(yD`iMC}7OYRRaRg&>fi zBnv%w%MOzEaO(`NWJ*mtJ!x@kj?kvGFv+ioyJ!|n=13z354@wX&{Bh3(LqV~F5O(HsD7y$!P_himirj$Id zDf6HL4v2e^!D=uo$KvC!a~fzs20JKUOOrtBh0QLBG}yo#xn zRdOf;4D_UPwegFzISVK6yYW7lLvFT`@fJx6Ffb#om<$>LE)Gtm_kY`KDPZF*a38Af z&LC5g5L+hg?E0%IN25|K@T$ZvVSylA*zU!M8q z8N;Q`z@rFZ-|IMk>Lv$iC$dDiXkjCU7#NT1HlQ$n3+13%|D8H32yl37gsiA4ecw5` zqF*#zu^wps>jYhSN`JL$-NIHQ78<3@f60k}295xR;8DzZ5tQHrDOf=ZUJ!#B{1Pyt zR|qgrK~APxQBG`S%{|{xV5Tm?i=&2%-^{P{r^x*ndSYei4je6yq4lXu%GG z0b2RmAJEn%#X&8kC51T=_6h?!?X z*U}8PHi68dFn@D^%4(j&mN{T8XbPc_9p+#L8Q`#yMO2y*rzS+UMM;VPZ02%gQyQ2d za!)2{BPE%HE9zt?dnfUo11k|qF0K-t=~U-B+1XBavJ-lzke&$iv_njuri}_&CQaTq zm|3uEATwNx2M+f{ttCvBCCSN;UZ%|-5haMPdguk5n18zZ;pS!Es*X0N)3iK3gge$; z2}9JVP^A>CDH2%72O5Y7;hpoHF_q~|X~mGQ^3zlO+nJbFC+0|EhmhWtBtBrq853iXf+fqDeQG zH3@`AmVZ_h!~%5^Ca#|Nfhc9u zTK)>^(65<>T2UM+Ni@ehSDmgqR+A)hR+JQ_)GM+YO&y&uiq{PXh<`nXnIW+m;RTEe^{7lrNR2=}U1oXr zy3axg0}&-D{!SGu2SEuZ`;#pHh?|qi?(T@Gk-!bWfJJix7r*({?|%8)-wZmd5O6|* z23Cez!}1S2rb%vJIMN=i(CGs?a6=yQFozh(sww}Aj8di|+Z=c~l_Dw?P6-owHV$w= zjepmbs55Cr)qwyhp;xukYn@su4IqJ>XsN4zdE8?k{}{+Y7S_l-cmx7ZEr8Bt(b7Id z6&WZOFK}S5zQ~$Q0xHx_Kg15JunbN~W`|n$i;)nmM71i-Q!a#Fbbzi3?2|o5bl0X%i^b1Zz^#sxHcsikqszK#EsjTe$66(7D$2u6f;S zU%!RWf3&d@Q4wp*;%<*8pMPnK zk-SVJ?kY*?G-ERrmDT#$rO>w!aNF^(>0NJo-y7e)jb|ZlP%4vTIbZ|JC>^6BgFHZa zEq<_BhzEupa4ob$M?_D7-#auW5nD;tc9>H{tK!|kZeGHPCD6trFnFChlLynJ1#k>X z=;a&cF_-zwX}-<`jXoaL>mIXj7Tp?5dAg%f?>1OGO%42;cDKJB?s4ZEXA+UktE@NU zyBsQv!7UIE5LB%|8*9T=x7LJtoXp84?{fd5_Rwb%O?S6Cn5a=_(VrUR0)LZLDXFM* z>5!sOB1Vw6+(}=0)1Myo%i3uYu!Ux}7FJ#Zx3rW>3sf2D6Oq&I&b1*)=5>4BgjbHy zXHADfB%c;*n^jq4uOhW+6?D8xQkQycaAYkmY2Etzr;~@`crW~nW zYjjZ8Qn$<*EC0F{4fWX`mVef+2d(^67V2qc4J4~2zv`^+Q3fk^P>Lu%Ae6dK0T++~ z8_)q0BYHXj^qLEX(r?Nd&yiYX)LO&#B1MvhFEzZP;%K63$YXyt?wbnAn=;@i!lJ3j zt~A8#fWE@qECtl;$7u{=S00cDd(a1e{}2c@f;0L+VbCs5%EMs<2!Do5YrM3HERO5c zX7K#j3RUROsoIBWct~YZ4x&izX-H#)c2Cw2htdS%#6lwjIt#v7q$I-Q4PF7^f=~|U zkPho`<~YL$h;M23aCF#XeMSq@Mq_=1i91>)oSsRMkR#Jh2kYbv5g*Yvxb9XcFm132 z02|RqrY|+bO}xS|YJX5=jcNeb?2r^o(G*V+$fAb@utumJtN^EoY!vUnoFbo^Nqffb z>eR2BglY?^tkM=yGz!lJE3T?Y!p@{kHJVNeWx|;{U}8`a8lzDfr?IaRWb<%PVJ|<{1l?3BGI$pODEoO zJa&ccs1YCoQXmI1j5wnXfJ3Y#5eETk)X)*OOp1N1V|@(f=`PN6W>Lk2%5!o@yp}IU z2~~ryxwD4Mve5UlJx`QYMqfO^ASp%8$(kE;cHpT4*W0=t$e> z@5}hkp&+r&gnwz>;t$i*?*>E7+Kx~lvPzEt5UV;8@ql6;c@HV51O{AkCchFa!%{3U z=KCt)1WL#0kPSR4vVf8grDRMYI|tnOXe`o->cr0{wNCOhyCht zJSF&`5$Bhy#f|D+MJOmw_rEscmRKYtJrxeLy4$E>=MtqzDUbH^?N zP&LNp1ramlXl(a1FeFvdA{lZ;I?@6b;U6VaH+PdadvnlEK@QX-q)LUxs0I2aiTJ*d z3H#8Yq~eX(QvMXl+VIFJeeX`VN|-V&_%z8nN^G)p(Ncu3V7ibg-Y_?P6Ft*YJ=e2Y zc1i~x@qaWQ!V|Sl zw=+3N0tOnBJuB2gFBC)Vf-*b64*@hU!z}9{@jEDxUWf#rybd+PqPWu0C@lcRylo-u zEdNL)3;ohMNTvT`booY*Cd~hhG0!tYgH%X|lz%se5X3HNmK@JDr*7qHV*0?0GtWaW zyF+PO6dc_W6G>Af`|?1uZ9Zp{^MLUvEx^voVmQU^J4r$jfRsqv)J@;?B{?GrAQB%t z0!ArB>>`xY@ad!)DJxtofD8+$#1wyOGbyP|OJi{SB7`bruodx=MA;@G&CoV!#5~~? zQ-3p6QwMUVTp&G=1RPV;FqiPNW(5rMCmTI0C@w%o3w5i~^a|0AMjExcV3d;xC`vP+ zYASUhjd4JUqAS^SQ-_sUi*@@b^C?*frR9i$V z*>Fg>ZYAIZ~8*D zTtlMX^HsAIV51L59n=DL&|W*%V?UPW zcFHDM#lej5%F?D<&2A;5LUbI_BK5OH-Swbcb`34bUt@FYVv7dXwF^tK6Z5pvzJKCU zL6&HX)@TJSdPqR(h!Ge|RWUOTLScwSW3AIvEL$Bf1hJNFh7(=utOV25nM#lJd9#2Dh9CqYwGAy+YP0U?p3(%9r0*nE63ef&z7%17k5=t;<&LB& z-qC#7t&svyNWkI)hyXX~mxDXlgDHr}0t|nT00mm`Guujt#-@@OmnhUQcdY7gY8N8e zPw&8#bmfyv87Vf9|B_^7>3^Z(Ecs$LOy5gxEkG(^Ff=5f1aNHhKG=z$7>fHwr{t*- zM3@SmUyp$C zirYp-YT|E_aL=?TvT)NEZ+X>rUB;POb!*u2uv`EMs2~d*D2wi^kZakNZy8yjXJo2a zk+a|lgrEe_6f|-7iyt;s)fiEIHFBDdB$QF&K2g(V*M?#90)1qdFJz7v?aB_SPXm*H zN?-_JxxV5plz9IokbiL*ozq#JS;uR229vinQ2A(uSr=fpFSih5Yl$;6eZN? zTH+Ya$dL<)gbSlYIYfP`M7m>n(wSQ&>UfH(dt(-3Uulq2w*whX4#z1d9O>`v`-r_JX)#Y zWCcQZr{oe5BpLRD(_hpaGGCD#w3kd#NknnVdsKbCaSLu+HA1E^7Io;Q(g}5n>sMSW6{{U zFiT?`ydfoz^5w(NCT&RI8O7Yt4_&?~(+I-CdViy~p|{xtOH7$)$-H89m<{oI^#?66 z?Pbw5ySA8MaRpRQ+{$I35_BBVQ(e^snKI{8d`kmsWn{%wuyCslRSYO=Y9+k4jJ#a) z&ZnbVw>0sTXzN70^FT6Bc~(z!;M7;$*`K|rcS;F5jXO>9zcG74a6LK)d`Zbv2D2iu zRe#b}y#EV&^~K0XZFkpICYU`-pxxcy9hY|s3##ill%rP&(kX@noE*BI>?EQlZh;oadM9*TFW3BcYlftkg&32da{ANVXRA~^s!t&T!yr*!m|MQhYsg>efD zmT#l^{PG>WMO7i>faL1PgbbT#UQ6ISvH2(+ZsBvUiX<94ISxPLaW zdbrE~9lYTF3e(K$@W3nW-tsRWPV-)#dzFb`eXCDgvnJJ=`_?GO;?rK`2CtlN^@xA# z@rVUJdo8ICDj)M}-}Wzbb6aqw-*xBjE+kV@HT`qX9hg1-ZBJOXY_MY7d9iD$H(@^y znWyebQ8m;MVeW4q`?Fs?b3a~?q<CZS--q zaE2Rqg{cu}U;Fc4|HX21o41Fn6d)*Aus}iJz=H%0QiyQSAi{$Z96o#~5urnY6d*ug zIMHH+g#;lK)Chs1MuZVKcHBtuW5r^2T1PP`jDYIk2ixPV-+*!D>VU-OHZ|s@Uu}ldOL}Kg-lcMFo0~uS; z$hoHCmmVs;+RKw51{pR#+qV#j%sERN2Av`1%Y_nHezsV1Acy8Joi{Ex`moKzJbQ`` z%$>7x&^VKyOw5yd!^0y~50h{P6o0-Iw?by5eZ*a0nGIIhf~JMUk!I(OM$&i=T{m5I z?m>hRbsTX=5<`el^x=m8o`u(uOW_rSAc7N376A#B;35=(IOeG1jy(40)q1mmYZ^HMoZ+`^>gubo#wzQqwC)FJBRV9MQDh#y=U8Gl zc{!1m9T96<D!25@GIPz<&X;h$fn-MhHsUkVs-CBmu7vKByoCI@DO}xa5{=?z!lu ztM0n&5_l^S7*Q)Bg8wc~gdC)kc6bm6(OUQ|V(Lkm?RF1R`Y1{&U4(2%lO+^l!2nw>MsegjYO^5A6WKOxD zwU1>)B|^})#HeSA>T5v~6@#qw(o8q)^wUsBEwx%A7gEL%Lky8Z3Mi~lLI@gYpeB1WrI(O00IdH+DJ( zIh7Q9WH;|?B74IQjF4viCTC_v5`?XR2qDz(!VLJ|kTnuZlz)*(s>KVS00&6G0vhmu z9kbCZUU7;Bo&tFfL|!8%NWtbgPY{(;0hCUsoJ(QAQe#4iz7_;5njuOedn?_`7RJ7h z$ctAWuz?VSP=q5yAqtm!g5@eVxyVKDhtexVB`Rhy1RC*(NKB#5*W6cht1BW6tPY*~y0(`(!t$&?*wGdlLYXYc%mL90}0d0+}WbM@8>|Js(Ka zH(Kn76?;;(7rkWSwn8z+A$S1bs`Lr~1x(f|RN(7ss!|CsP(cu$-cAs6izt1n-FCfCl*YzW@fXUyngs+e$^QRzYwQbGz5wMx_!C2taZT z@B^jzz`txY$`b<2;RYZUDwXJP1AIV*;C~`zxO*)w#vH)c03hH1m8i`E_$q(|9KgYJ zlI~uqdlUs5#kv5%?pd@80PcSG$VirrQ$F4a*5>Jy_PyZfgUtde1L5L3_#tCM)afG zJ!z*@8ruQ*u%?N-C*+ztEBEdzZl1u`> zLa_R#OCutuVzHzfDqs*S0f10NDlkB>30QQa=e^guT3xL{Z%V)u@LvT47S$HpbkXhf zbN_x9<)>N5`ceqqVBD}900Ll3AtI;l-5}g3Jg;|C96n@-PyFwIM@wb75ZbU>z?o~b zS3*6hGigcrc0PMDg%n0#`hRkjAhE5xoD8k!quBf@YzF{ixdQ2b4~foj#|w)AP=K-= z-6^65yHT=W=+PG?-i|g(=>u?QzS@2$S>UX}2#gPT1!xANjDBH3=;*(71H6;mUB7Y%4Hey8?DfM2{LUM?) zRRu9^vSlZnSBBg6PJcKS7PxkN)rV05hu9~Fy|-5-2z))5g2lIoRX2lsMS-^wi2rIa zh&)(*T7igU@qLZ>jL=vVw*m$;z--Y$8kkWg#>R;%q)#t#C8Jdnm*_IpQd0}#5+(9U zBT*VHCx&CVSAU&n6raaVuV{2@*c34c06;($wn!Aamy4o@6qWF8c^HJM!iU1hdN!zt zIoON8VTf44jAP-9(O8jX)mva-VnC3SJNX1Nc?`Hf1r0Ei2hae!_-fHJ6t7U00bl_C4-l1F zsdic!T)6N62cVM*kZ`Ba00!`u4iJ??Q3yVe0D9R2=k_=;NB}?dfL(fSRNeKoqH~`>j6u966#2EmvnSY(!xs}JzmIY9QO#udY$({>PVNRiy zsAm8_RBFOWoUh3M$oVH5W|j?bl#df=J@AuksYgixq39W%Lou8J;D(KGng0PW00!U# zmARS@P?h;vY7lu05N@D06Pf;a`mDy zs(%0|YFY4U6ws5H(G#8)xui?PQNBh2mB=ln@c}E40zm)-C{SPWRWBe(W$ML^f^iZT zl7$EXHs;qY1L1$}_>S2&fVG7Sv?W;FRuqN6S6PP(%9mUUfM7qsS4U9^aVl8grWDyH zSOu_sUk6#J2XznTZ^`8VND*+SAPCo{jDJS)bP8z{{^kS6#b!d51(h0*NP&ULH2^Od zXlzD{$H0MXMgW@E2%X7SKd_ldp@TSBi=cUnq6v^`S*Lq7X{vb?oyunaC|U?SCs?Ry z6n7|CH)fjgmRxCh6y+9=Lt$uhIuzwLr-jC50dSPZPhb$`&B z6hH<9l>lVVrxdu5kIed^Ls6*7rJw2AX5Lx}jw)E_imj0bU2hk!MNzO+$6X6o6sU@7 z_R6rKDgZ@SqHhNPNg-~0bpWv!WEb0J$x0N4)n?>+3^Ay%Y<8TFL5E|cp(xY0U-bcnR5dn zKsr^{7)p?ecT$sXssMRtvHzut6!GR?hZe9) zL8*~8s9*~Q$J%1qiK)a$6#n)Ai~3xZ5UYH96kVHK0^newm#RgVMW;hn9U0 z3$`B%75#XxxHy6iSrkBErv)jj|0-AkFm|*TY5GbO72B#f_6pC+X5MNP{b>}NHUQ|! zSEy;O$)$GSN))`Cb4d}rdxfsAptkEOt=F}vxQmprn_Okf6! z6wm>a6Frsl1W1qqArPflc1Z)#0s0k|GzpKa2mtszi3J zNO86nTNI?a06{?oUzfQW##aac1cg8aj=GDqMO!vZ1^GCdNY4yg00!9?zWycv4j?_*_qWGT zxNS^Wg%Eufv#2)A$So#UV7#lKD_A%da0aJ?1OSy_AZ}-l zXaOL|wil-d00dc3sM+bAd}RP>d=#Xr08dZ|K(J;7`f7hHbAN)&aB&*TcNhQ`6K`F7 zN44y3MM0f;iU5LaV&FTf<7*VPOaSF301KdKC)faB@C0!>vPr?t`#7Bv761_lzi4X| zp(}?1{R7WCsM$whQ`wm>7wSS1T*lFGy_H!KmTSvV%*D;wG3y@vahE6ropw11VUp2CKt(6qqV~M1K*xY>Nw}J87y6&&mn_!7P^X zhRVlK%bI-*cQ|Rdz|LVuV|LcC4@<-|+7y%gkDjZGNAb?IxXD9-$CrJF30DXk`hpc( zbVU4u4&bUqv1znOs*y|-f%bx9yMshQ#Bf4z27qJAr_Q0N*~+J?OHq%$$a-*6u?DTS z0uatcp?_D&dJ1B_6vjxWvuMP8Rd0>pnn4%Q$}Lf!I~4b<&H1d}$a<*`X}zh(6s(r4 zwAX+RUBuzdSNr%U{|aueU}&jk+9@x>Eh^%6?(O1AVs zL7hjHa|AY^0w0Mc1|gGtQr<)nr!GAd0S9hq9py4i6>eP=hIZgnF_uTM<@+mhqdkO9 zF+pq$03*w406@2vtKafA*10+q@ZF}IyI0}4i<`;WNC9Nj3byrT+o9QZOmT;5*9dro zM}KO!+I*z|j{fM5KB!Dlnqnykiy8pSDcdC5#zh2Vm#xF$S#Gq3sd1eYrKi?KQN#Xy z$wLvl0lUUUkp)Fm*yAS5@+*T+f!&mh=SD$f$oJO&hW!+;kef946z8qRd-ZOb8jN%r zp8l52Wf$M#+u!AS->fTGpN+P>h{+r8e#scz;=A#T4; z$a|H|gRRee6@dX4bl2wP$AEg)UE=;OJe4H~BVYj?umUrH1S1?oLf$}AWFyk(RMgly zI4fl#vUsoqQz_#e+hh^fh%F066A(}YKt|V4QOnoL=B0MraIV>Ls_&@@bVdOtN)SK?{zC!t{JM}CflqwsFv-{|Ez2e758TMb!);-q!KE6ylEG(mwO-J{10D-Jz#%vf32l=J%^# z;H5tltR{fb?&Y-ZzeFMU|DOEC!$6Ht24z4w(ep|!o=Xmo6jhT2<;OPD@_$+t5jIV& zl8ra<;;2b=Ln1RU@@XcPCEq|0~;kwFc3f`g$D*MV3;xg;g5j_5}uNXKw%?^f)X+qSU@3yfdOzO z#3fN>LXrcsXhb+*Aee*?QhzE$34p-DpfiuXlE`2o0g1109#ha%VMK`~6B-z3Kw*Qb zT?Zz3noy9}t^t0Gw0e+=M2ZR54m|a=$3O)Li{b>67U9@|g>X^@Yp~Ejt^foe3^4HQ zQ>r}@7B+ft!Pl?`9sEQ%n4rR#1C=7gI`B#5jFlw5d^#C`NQ8O&DqeIA;2}4QuNV; zB&zEpiM)F%G*Aul34q89Qq)a^O8xDang9@QE2(fQOg7{Kz?Dq^Oad({SqFL`SYd-5 zH7vf!B4Gc4wrJAp80_LyNHYNL)Ch=LqgkE!j6(AxTzT8)CD z4};a2RNL1eYY$!M)jgNH^q7G8JIJ@*25R*n z>;M2lq0l5v=sryudbQJxxP#c)ZuuRk;DcV(&Y)wLT~9GgTf&zist}#(+U-7F=)Q_o zQ|_4i1b-nE0MugpS52jtX1ZyopN2YWsi&s8YOAZxGDNLa8PP;E!+PbEM!-1YgBdMQ zGRPTiw9x_#UhDt~D#E1V2oZv8^2xl}PV&YYfqe3B3q;_e5Gzs4GVD{j^zy?>UitcJ z$rWN#|5b!60wCzi)jLR9b(t$q(8~JkSfT)Yh<`k+N_t=b0R#FinW|F_0?a=!98ll@ z1DJx-Q<;4S*HTkgN_inRIo??`hEDN;fdpP>GvieoK8AM&xWt~z`}{P>-hp_PZlI(y z+HF^jVguix(2jGrr2~)sfkO^cH|W*$JB(gAs^vOE4X%*&hK^0y-YjStQV;=Rm zM?Ut^kADPY)Vwyx6A36ol_*3OitsiaE$Kx!Ive0%gn=1k0Stoh(wDMu0|`J0NlikM zkZcsnx4q~|PXdw#uuzD{(eHwZ+Y=U0lBMlfZM-~_^M25n9=mNf)va$`&><6f0~|F;Ms{6N1UlKs7k`x?3ScM% z7qQm}L1f_wAs7-Qi)2?*f>KBpkiZpK2|0izu4_Ss>x68%5L|MWb9H*nFqbJ2g3^YH z2B`#84U;~NG@@whY$h}fB`=1QYMs?QhEai6vb*@wsg#3gHkAh{ns()!$0*gQ^z;8y z=UhylT$N`+Vsl*S-ZP(%$$x2q`l-TZtu&^kb*NV`x;=?}5h0^}Xcielp0jiYEHzP1 zaoTkdTzJUN4F&CgPemmP$V_o3cAihTpXzp5^TDw^xlRQqQq`hRM(CiL-MdqTtD z%=XyFKL&D;g*;>;S4OU2SV4}2v?L~}4M-mtLKXzUMG=iCY#jmv6^39o#saBEHyWjl zmV_iEu<}d@!UZodTVw^XX}$^R?3)%g;0s@PtadL{Z00?rmD~I#QSVb^q#%oP;^AM0Raz92!a~t}$<7 zaK^jR9z#*4`a!1?`rCti5FsB8OMeX#l!{H*Xuab0QwpK01%H6SIa*Ckf@!DhQXfEf zqy`nD70u{@JXnem`!7x@{9%*k)^y7*^_oxN0Cf`JN{==fhz$}j^&X^XS==7NNnLSs zb;X~@Xz?>)ED;&!uvzkP%)v4So=2^b%`b;}%w;}vn%7)GxKM=+v*4mg_T2vhF2Dj{ zBVnbNBo2{aI)AKU0oO<UY^pdzwz!aZ zJ|$qdtuCL@jnTpsJV3S%3$Cx4xyo>d0OLCtu~DlU$$uZCFlYSFZnT1(++eN|0jn8v z7!?%!&JNuCZJ2EtQu(V)IxN>N8N6}wQvVuWBl?j$LL4RPe;Xu-g)eu+EuZ!S;lc;H z61>47Y>yy8_;|EGHX^}m1q z_uv15On(u=ih>VlvKVQkz=0bixFjxuoUh3cvH21$(}1;skub9n32=d^qpbg%n$3C> z0y_rGnKQ1-i0w%{v9qv@xHdN8I}|eryPG$yi$U5-2zO$wgQ>giyEGl_Exq$S#0ah^ z8WrBLDrzgd+2Ng6%ZOuPE$1ttCUQB3K%d^jkAGRSJOIJGe`=P~izf77D$zR#ck-s) zxWfMM9z-dQf4L7J;0u!~j`J&{A2dCWa=UqHn8rge;|mST8JY3|o&(b_m0^|2a3>== z7=PoR=M$dj!w$N+_C&fw=B_s*6|%{m7zK6A;oHmGnzC&g=i2DCDUtsSTCD z3V$Xl4ltmnv*W;5gvD5t#aX09mP^0wC>^y_7(YXMo@S6L0`!RnF#Z)u5EHk=p2bZUa zaqOrNE4r#wd;w{^YKNFC8jF;jJei3r#bmgYxR`vLXKvySMj(3Yu)TNnT^p}e zAL5h}l$d(maI;9er*gkLl7%|_cASf{MiHn$!Uq|-$`&~Vz-dZ-J>Mq{W;+`SVim3W zdZdCCnvx7Ouv%q4*mDwXcFF-C&%O|V__)(N{zOMeRg=evaju=xVLt}@MX*I`f+~z% zo9(0R7kRr-LS#v5htKZwdX5qhOxF3%Dcud@;Z45+jfD<1LK0eHl~#PW5v*#pNp)jk z_Q2t4EU{v5^s~A^1@rqjyPuXf|5wODI8RnO6$RS>9P>{kZH|31H2O|6Uv0!UfeG#&0G#uUI-%jEv(o#4^F>h(YTSrcDH?= z*d|`m=?xeNp6~rU-+vQLX{qi!5(s?eI?SR(#Y(F8^i1bmIeraPp(uS`SfFKrs@-T= z{2xaq*z4^GYQ_w;MKH0bxlsr_1DBeS!3ugag5w(=9atZrg=VK2lxzrR~+hm1v^tLraox zvjFHIxBh8FwbcgPS>s;n7Pmd1XwYI=q)P7aeJsrxFc0$K@75g!9hVn4D>P&NlFLQ> zVC*f2PKiCQxFCax^XDmcOZntQ4fa*aiqKs)&=!JxIj2JbmT)8;+Y46ep9Z_7fK@V4UCwyO zbC-EUs#f?-J%CN!X>!ZQtKCq}DdNJx`y1EfTa}!Ofy!#-6RUr>>2*hr zmSOXAHUIz{q7W79N!DOgD?cQ%rZp*zV*=+FF+N8Ovrw0>s(sHo(wk+@w_x`RpN>$m zG%HKjSpia@irqyQp8%2`&@9Hk9rkaRg|+XRtfhDA>g>e?2i2pBHex@wMFV*|ti6_B?Fele4^Ru!0d}RQT4cXJU$b$6o-*Bfnh~^pJhO6~J3qW;lJ876=vN;v z1>j~I)6w1&$TjBT*`91!5K6a?iTTe>$Vse{txojX^#ng~voTjCL;=gwnrd7f_>*AgworUQOYkw!w|sVFraJg?@=^p(yCJN-|d zXI)gUtV*z;)Iis_LR~?@VMYR;ri+0%P z3E5JG=KcJK#_Qy`VsA;lU z2)|+QdB*bdYykxtrre6_?H^bLuPB?4q--dENybpi-5+qmnf^Z{ePzaV3gF3J_BY|_ zI|Se~Qhn4O@NZFceb~yl9{aM6w;eiSC1)Aix52QPAnyv57mhJAMhhv~*QFZ(X~<_}S2^DVtd^))#O$pa=;UvC~p z-!<->|8$xj!Xg=vbQfz0fN_WS({~@>qV(6@bM=;JQR9nT|5J?0>94ADVVC@(VZh+1 zZ5DUoSW43&v5UGtCbGO|82?39p&DH);2`+qpS83ubGjQkQ)Ojor06i_pQS$f;N`Go zU4{x(Nvuv~BNTlXpM0}cNuYopP?Ws(C#|(X6SMPMC_OJLjuRXCl zGw??ruedY7SGZLcg{2(`Am?E?5z8n6K!{h=_VA@C04FTYRfcCj9{f*Or{liWp!&G9 z@ZO%5b9K?*StNvZx8{}7+fHAZ(%>AU>U(xHh+t3vkAJ+w2lJ)BGM_&xJnjDZ-%Ik$ zb3pRJ9}fThNO4|0{sWfN-^F+%Cw~l-UW07}t=t_T1isG>xa8{a1s|0g``l38cbge@ z<wcgnZ1R&)T_Zjf{!Hj%+HiUJVMAhP`r6220R+EmU?ye z+?V~ZgM-OqS68%o+Z6@P=Q#1%amPXD@|C1q;?9f>V!{Tsd87JiVtu30`->Py#jDMI z8+AK2?-Dob_iQ#C*lc`}XrZou@A{4LF4(Kwjv5RO&JM}diA3t;*4>j=$u>ryaJh1xGUEQO$3+v2O5`rpZf9lQ0MzA_YM}q#;O% p3~PQTN;(|aenoEklP?=5dp76&+2Dv|`!NjPZc1DvbFygNhOJ0AJ>M)~!{Jg>Q$Y|cEG#U_$u3EL{5%=gl^S22`Lri1wWc8VMPbg1@{-!p|H{hB z%FD~2KYw1G@k>*6G%apCEXBO#ZXcyl1mT;8;=Cd`018dBI|3(Q?gy)Ag0F z8Y*5j*UYvxzHX~q?`)dr?RwkSvDODh0}hCpy@}!DR||(rb01chPuE|AAAsA?Z|9&e zbg!M1zyb=S<#O5(#^$10=m;}+?Ap;p+%Qa%ARGzT&fBB!d0i}wZGjNdq9G8SrVvmG zLMV?Xse+50Jx;+M*#799F~o-19VNq@fAp<6;O|=<5$?zR=%4n-7a;K4-+O-yTxdZ! zCw#fgcpw8;Fg(FZSjz9XA7o#7k=%2qP8UD1L$C=kECDN*9yx0G2nLPg?B9f8q~GvV zUB%JFTtJ8fumI&nEX^P~@punMZFVtCz`C;w!*&zjzKToIa3h5pGxnS1U8DidyFfma z?DjE`Lbu~etc)JRL7JoucL|B!ycr_C0JvQ*VZ@9m$X_}L^!Zu79j)`^yYtrkpJbkr zKb{~}|*(UF)cp(3Y1~+NGoOM zc^nZI5|MtCAs@StZ`lNeN@jlWwC$rE9!aAjr_sax>%7by3?sk|Yy!r%Jh4GC?Q}cI>3NE;UYATU1c*51ZRW18H<7nT zJ0Klj+VZbGkd(tsi*i^AVAp3o(2W$2{3LGw;);DJ(Vwdi;m5i!{<3U>w17estPDW+iqq&Ig}Mx=?C^?<4QxsJpZkhuqRK*mVZh zpC3-m4l8>k&GqAD?88O^8phz$WEC6NP^EPMegnp7T+hsA>#Ik z0vR77qCI0y=%X$_hx1tbar}s(9EQ`uA*|g9W=0IuIi5_wPd5>PbB+{=joXohm>)6y zvV2HC9M^q_4FqD3vg5bZKn^N7!7Qvd-Bfh+jb`FCT>?>=&v$-E>>;9S@k!`IES*aN z><~v*_T=pvbrXo8+5^-;SA;fT2G$~O@uAyuFcl3&!D9EUA9`UZ+1i~oKrRyQd= z3NJnZi)THaVe_5)dk{`2|Cdb2ANk(UbX*fSh~#JAB~^@YkhevW7dTNe(;`S6sgqS{ z>+HWz{YQF@r~(P7rT?9i9JL@|1iDbuVzLl$!9xgX5Co2gP(cW-@o?A%O%(!ey+de* zfM-M?d8`V_O|ow3Qa7RD=v5bZ5QHqfs5!Y(G?*+E3o}E*YlRTEY+blp>jYOJWd)Gu zK6O(KFY?(sdo{)XRBjfF)+`{Z zs0JB;kYo{Tv!QmnXg>x+X_REToJj+Iy$JZ#j39Cdvg@K(BcZ~!A6G)mgpvMsU09ax z0J|qukhWPZYGMA^2&D@4U@{|ckA?^SfwZEqSMLW5q@-0Q%L;0Vp6svHegQ**7PM)I zVfYnkIi-C~ydI>LXh>EcyreattlAk~ql3I5Lx!F?oz8#;bh1Df7)K|1%a`0KrI2%J zlErG0XqPaS)rVwpio|8^iZ`+AVhREoVTlbZyfdHwc$5SP=ehHMH5N8ovLc7&Qyn=Kao23=E>5+HvJG)55j?d0g?Q*R_YC|(E9?9Ks19i^fwF)XTZ@+r0=v@BOerZ)3ok3=S;Ygd0K zC1^GzE$xS?49tj713}2vBaXsJ)$#K0UOUqYhRZ zv}TgUa&W}h5ni6l2^b=7{o!z`Qbv@vybRF`R7yA;`5@`WXmbL|8?+`#iIsReoisvt z?2;@VBj4P}9yzaRjaLdIwvdttxv2L{+VrUv~`g>=%Ab5}61Q-K**ps22M>#{f2_JOC0%B39iLumkMU<)b)z=7PH2IR1j znb<4!XDvks!o*-Cr~SVh{DxDKn&th{sAWk>_JE(K9E+V=$iIbIxE=x|U=~*x^neT` zHXTjUh zIyJK-y^PfwZqxspTq@W9ctSnv)16WN1AMp8X^ z#-_bvcR`ZzVM%c*crA46-+T#SUZ4lG6!xSIg6WVzIGU2<9`Es&y-!&E&`3!SE(*I# zxZ%pVASsVY6$UdK4nM3|p7V3!Iv*#}MC~|5Peun@$Dwd(M({Sa#2eYCi4b`;&|Sox z3lFXGz@nXL)!`p;-F|TrTZDOWLL1vl=rjc`*1vgb%m{B1NS*gA>p}{t1gF z^%DNVYUhw2m*NcSqt5RZF5GSq6cD03DCjO4#MBS7d6xUza{upk5>=IJsJBf%Hlz@R zUG4_YMH!&iP>@JW7CK}Hs)(Tp|3E25+GEA^0OJWFY7ws>X8=OVAmw*_!8w*l4MZt; zW$eT!G0TOp2A!7w!%`eX5bsM=dt z*>GuKDff31f|0*-hpNbxmn%KVLu4b7Aj{L>lzxx45+1~Ue6n+{9_y4=NlWH_%mCU- zu#iH`R4|V8_Q8jZAVz`_2nX{dSVeTL=8NBjwS|d=w^B5{I-fq4a%rv${L9vh`ZY19 zLXo1SY~K(&<<>g&pNI^&BcTOd5e4}r6`2@yV%^GKWaYAm%3H?w3YPL}LM5bJ0(hCh z2uWr_2(Mv2m?tU7^h%VFk#wor!mvQnFHy|1TL8Ba89 zroZ5MAg84Wf^aE5KnoO?V&Lz|Y|aVxhF$1rKYe(nJ*}-IHO*TXC3Q2yE9DxHLiS%+ zO5b|htU2f}We-GyGg5AFLqI+mdiNU)l$91|s|riW6|8^1qNq>$gdO6@6HX)f)_AWv zeIs^3z6y+$W}u?v{C=nSkT(IDMw1oZum@I4n_HTr0azOIXgzT0IVaQ;qsfgpf5@FT*EHt&MA!`y!*O#ukSzv(Aj=RuJ$D zSn6yHH_fLX5YU#cGs!aH@;rh*HwyrN%doO^!Fg>7C1xu9GP&utQiiNAi!-J!P~W1C z%!)v1SqW;%IDn_|m67=s!R0^#(6u=$3Wm$_k~$ApvLLYpcxD>#xhyy4K53n(pH2Q= za#G15U|6h66`=oyIp4G!mz_kDDr~(M0w-(F)`2qite%*5^{x&ykw&LuyHs%y3j9c5 zg*u%0s~H!7#!{h4Swtit#YjOc0bk12e%=W2fyFUYRmn-!aJPn45>F-bD+_IH$w`*p z9K6%LRmh4b+1(1XQiOlT{?ZmOiV71P9iq`$DW)? zp{o?EbjH{}x)G?M;b5hJ*8i$QBM4vD*h(l1}Zw7*`fXUWUZ4`Pqei1MZQzjWM# z2)Ky(&*fPuEmT#Im!7=Mvn+TgO$!399T_42OgoI3+Yqju)%!a4G?~z-{h=HQK-$$3 zcIqbnYn`SDOp#~BJW9FqAmVc>yv4?)c~bmqDL@tkK|JrPM#~QqtK#EwlEnYMbLOmX z)h%SRp^e$`O6!dL4MkY9CQ29L1|l8c03$ZCoG=bJ{BQcn>y4MNDWt=SgZzx7$q1E5 zo(2jMH$BZDfaW4WQ!T!`s&u?%^UCV$I05shu_TTSFd(&|d*T9zm`IG^1ha4w366$1 z30W9#OX@G=%qNwt1_%V|nB^jp#byFEQW?AZ2p-FZpmZob8^1~Y-b%Svt623fal38i<({xXe; z5>{xCV+o2Xz*NP%KsUIl=t@Z#7YV}>Y*OD6B6MaZ01cE}0Yb1@N${WWbtNZY6I4*1 zX6hNyu-+(_8Z+2dH;W-t^P>jNcs}90%;iBA6;)sxv{iASXVx$fJqud&(a7^vQN&Gd z)E_zc%rk@YDhhxdNUUlF)PYW_s*H7#n?f3AAGIK28i{Ud>4qn!Fm8ikT6wTjRrFur zey^I&)*yLNP0qpJ)TU{0azS`!+n1|ZjVDOsi~|ij_!s|gI|41>r`y~>14x7RV$D;} z%|Ah_K=J@AL;#YzIbx46v`Yf142BsHU@lq|Ge(O*L*Na9A}B*LJRoDE=9NZU!Ou*S zKt%{qksfD|#{zI{k}TdKIySr3N+kFL1M7u`{uosAtESagmEiwqqJTet61l!`Lc0C3 zWbqHCNgI&~!Uo}1zdn76af8~2$Gdx@STv(+^9v1!19@8_6oy?#K*(=edS$$ZX@dIa z7-_lQ_M-2VrpoiOECie~)N)^G42o$Q0xV#ZrZ=Wj5b_H0Jl9+|*VcZ}$|jN}tZgrG+s6Tyv0c3O5dlOaUCdO;c7nh6sDOgr++oH@^k ziqrk%ONr^TA<#T^9dE22aZ@T#cJ;n=Dpwp9r5qF-D`}-6C?pVs9M-KSHq3~+Sh+b7 zF_g;TyXqn{M9k}*rI#shsQwxYI!h0~=N|sA-{MR8 zvjG)z>QbYNu2EG;$K8Smqh-K9m*=+dl;WHiDT-6wvhTD%7k(92K0|FA`26xLWWH>3 zr~MPLnL+3jt=@OvLj4?RqExX8{DLOqyF#nDud0Iw<9!hslS2ElE7Pxwc@1Mi{xx-InA8S2Xm<9^z zxB{kNnhxtfj#Z~~pK*?{D!l+;MZ?W_7C3FCb(VsxbJ;hJ$Uu2rRy3pbb4rL5i6h$$ z(p72`<(|NznaE*viFPZULBn@x0eT3bl|-CL;TPLd^5t7AV_F$r^<))sUwH+IPC|UH zN5Cvy&wt?emo7KK4p}P5sb?rUA;7C;P?Ph3`CQD4oVq(zs`XXs0lgs1PV)hiW$V-I z1`pX&8{#WT!!6^839wL43GfEj^t>p$um^z9t(T84EX#SO8$m;TZa@GG*5?A8z$|@9 zGAZp_r!2X@p?GitT-4|Jr}H;`PQVvrFc63SAOm#_P{0c4ZP4`(>2n&&ld!ne{kbV2 zm{6{r+$6?V z)E$f}1CTdJMUo_`%9(6fE9hm*kGasF5jRH0Y38F{AXc0#n&fE7)5$~vRsX8BdFXEfDQKU4bG6(Yh zIvl_vwM1vD#K^dCea^YA1!r7blT^x!59w+nFc!mXo|SYd+hrKZqXwZ)jI$>WFc3_X z_c$P^!68sG#uqtTnNT!U*z%(Wbr=QHAF&{G%jf}#s4s1yM7oCFC>?3Ky~M}RD`5u@ z;vlJ?!5^~VnNK#blBzZIQ-Rbs!JX8cyljWYk#_zv4(gk-VY6l=lK4dRZaR0phrCGi ze{smATx$!;hRWAiQin<~&5i`n1as{aX-(qj<2g^@_#{pkeMUIJ*2r@p7Cf*M6LKfb zizKSNLEc`r`m;mkU0{TgRbY1W%&5e3U*vtEugrgB;70t zXZ>qmLI|NAq)eq%h)x}Gk$?un9Sxn0p=8X@-M{o|_k3=3kLE3NzhtJv3QCj{7tnwt zBogv3kYgSM#^|Z-1nS#N5V#p*(WA|pR{4b`tFI~3H}HFWZg1u@;A)-*RRS65d1Ab> zgm{2mLcTXzFN0B&+@=cTa^n5R-F2Mgpr6UWSSOBups37=mRz#D3gXPFH+Drg(E|=U zF%k8_YzcM@!5t?)wjM1meJKb%CC<)E7i~<;fCM&QF~;uHX$JVD+JW58N`g&0|Jk~9 ztkvy@qX_Hupl!M|BI&X~QdE{OeY*5-HQC_$%BKXG^_gh!i8C*aBL||HJc4{9Qp{vI{dNOZ+Py zxD6-#ATW%D5~3hPLD&E**JO5)9SA%KOS7s3BTV!Go`z3}(MX&u5SBv7b=(Z)^;x0R zdnv|D5O${{Qjx120R8a3MhhNGh;jyQw{+_Q0BpXaHf{lkh--g?6LWptS)72W}& z`J(`J_MMOSyT#kA-*^a(a$w>Ucq3Bpcj~rNN z>2mI0`_^=wh5(OTUjd%&eQsXBzuXm%hw#62wz0=uAhEsF14)31BWRz!Tk*7<^e zJq0YpZIQiwEKe(Q;fy=IP5J=+4iH(|M`;rA2m)=0?BiJM=_eatv5Cl81iJKr(YL*{ z=>)Yw{k7p3vJzv0(a658Q=nvVU@2v=)jFaI4W$nnSgY?@_XRl8iF@rLf-isqGGNd5 zW`GAja6*Rv`;e^4nBcQ7zM!wSkp+-Pk*4=`Coc~ERvK*V8&cRIJz~K#rRFx35+NY~ zQeqI^FvP(MaG;4x`W|)o_HoXQtiB~;Y#5d_U`VX>1x8qghG%;(QUF2l8WLH%b3PSMfboh=RppbflPuZN{+=P~5M})}7qxy$(&jueW_Xj|xN>XQc|7C-H zm@%b946I|^=$X%_~^NbJ4BAfxfQlcdM>`)NR58vrl<=HpBc-pAB zcICkledr@B!OucGeL9d^1pKg{cOnNE@iV#iXWxn}`dCItNeptJ2>kIg1O3#MUBpfz z!xzGHT`aR}WFu!q3&Sas1%0D!%ELJ#m|>&@^u}(XvYOcE0vaN*C~O#+DKgKw2`Cs7 zm*E##IHzByOi~X_(MBz;iVQxnAJ>i=Na6gV%3!e4)pnCsV2P!+iY?gMP zz<_Y+Y&_bJ=uyyc${`7N(B%8brTo;<+oI#hKNBXY_)n)xp9)vutiXH`bxI$myCWSg zu(c%eyWf0%?VeRc)(*fvKRWjd>fb^Vw#8jZOz>)R+`MR-_H5#T$Z!hzM1bLZCHYDm z#oD?7GVGl6!5=82#FDn(FtD{&Z5UC7AYN)%ebm4D=@%f6AU^CH)JBc?P)t;%E}Z^e z_&5ht{vMZ2ol-fU$o1dM{S9D}FHBQ@tqT+nrAFhsW&w_i$r}Hyz(dk3JT%CDJmU9; z`@j%4nlNmKXjB-ur!qfAF+Qa{n@GMy`umj<+h&94tm9m7%-P(7KQ}AeY+IAjFN3j3 zYoa@MW$;mu$yCva)S}5@mI?pVsW-yo%D>0R*vBbj zZv+;GIJe(M8q5bqj|ySL*6AD9JzG|+o*psC;)4-$!GqhPQFFH_Cs-Wc*B6dz3`~$L z9MA`Cvpde!_q|t(9&<6AX>xd%wLKE!xAAD<#PpIh3o%T!u=VTgX1~Ml&~1KaMEN+N zac{ML>DBLjQlpi;hGXNB8M43cX~>V-=GKcpp6Z%MBx2`O9ha&wD^af6b0zTf6#M_gvp<-sT4MzN; zj{}=NL=R5n{rSM7ysN*xK8LLA48}%&@BZ|?;CC9m+8p6q+!OzF^VQ~ZjmP=Cm-5r^ zt<^c-QR2CUB-M5L;;Dk-9ct&%iMa{o-|uJ0C+i2d8PnJ79Wj@Yf4&Ag@eW4r^1j^O zQT>qT_|hkO)ShGO>DC8w_AQsjSFcsiFXxv|{(SyA|ASd|P;>DzMEqJW^P?8qW{TrQ zcFfAN==}oW@8`eYnw7rCsV)_8yMBN_eK&)m?%ZOfOuFE zLWpn9dZ|)BUfiRgBW(7KVUa@k$NhD%IZ$5ZZD*IkR zgUk0@k12og<#bcKjt$1qFozv?@#xNp+$%6ova+2s~Pi5M}TVxnj1c-bEE z2MkVKd+eohsc7e1ziFKrVwGh{4azuhzZqK;RWC_$;M7knAf7FnyJ$T`Ry=CH_ip=7 z<-Wn@_ z^X~7LniK0uTVT;?d(2*hNvg=MIyElU)H(g6#psq5tj+A(@mZTSbS3x>`!AY{p{0N% zURqKXm4abc}@RDXT_au-cN7iO$ZCi~S`Ggyy@7{gkcbxA;ZWbj#D zkze++CXyH|?G_b<*P11ZO$A9_m=_>AZZ6PT#zrY;uHNF(}umtoEo#V)ET{+`u4$pJU6CWCH z1#)gTyaKg_9*m7rfAHmf*6p#jrK_ZM%t;~oO=fsn?DT~+p=5k^ztVcYe2b6WPY5B6 z^AsmtLge@Bd!_O85nkmflwWh-IoBBXi)s;dZsx6tm~`KpWWn_Gp6i4xXwp)QBq~1W z8w}u)RkF>0AIR~0Sv{xnHDeroT25rZP4DT8UjhAJRwD%;GjZ;UlN*^@tR9Mx=D%w?Jb|t-h6B@W;W)&U2YWLtz_}_i5 zeOwYpUD$@@6Acy&-zUCmdxd2C^TheCf$fzA(=H>0p0Tc+P5VuoaKZSFddqCeZ_aBm zksteh{EfUAJ$g&4t?bovJ~uu3-G$O3=coSTx=mk>YZ)_BR5!egOU^kRFC?jqX5bVZ&d9Wfnml|aN&5Y1 zXWHf}U4lU<@n8CG)*(IMXR44d+??uqhicjWa}H^`ODj-N(2MiXUdd0Fh>LsRC~=?D zv;%@noYGW2#F#vb+;`*nBS71Oij!Kbc%8uGAvT-(;mMSXBTh(;b4cW|KAq`yVt=S= zvv+!0;Yz_Hq8}34ahK_gUmUc;f+lZQnP%6!dk8xub-i0mK)J_pk)B)?5A6qfzl$w! zHPX?5{VPH3UuIsejH8G%KFXhsz)8bv(z9xko_L6`Ji_?>7?YjZ&!UX-kQ=x*40>!< zq;g5YJB3AyXdk<)73JxRp;e6TSD888aG~a^6v}I+lX2bqY;JRAc`SUyxU9EtYGkCw z6JKi;)7Jn(lh?+H+UDgnl>&YQE)Q>_R z&+*}s<1=#$5N@#XV%)9god;=B4dF}VMWrFaPFVHNau z0=~k$e!h9%GJ8?V)t=lzb0b1@L4;T)_F88KQ|_so$uyxX?N-pSFN5y1MG>S#8ru@9 z$93;nbX4&AdmEAshEVTTN~GG{IF;v2JsF?#=I*=qN{VnuOqJU9BS_0cVf{vC{lIqT zk*AqH&)XA&>VmE)61aM#?Xk91@2kpyk*Lu`rhV}qqwgI?_Bm41FO-vPrP74bq?Sq4mFr7nOOY|2Hr;>IY z;zHDoBst;K3$(KPgK;nqo^XMqx&H1R`(?M(FrPG=Mwi1@RAW_wQ)Z$gncdc@=Yu|e zp}qms+viiGo08wEB|k5QD#<9X$zmdv&t>OH{p{TM5;zZSFRW>>Ry=lV0!%&QS-;k0 z`i!zkLY{>6*}Z2udN}#{s_+KwHMVPVcAD*3Fitkm8sjPD*I~N4X67wBeuWd%8T&ri zd)C)BQIZ}2~% zlLrEuvibOxASZA19J^Qrcny3}PA5o%Kve=XUF|7Z{;ZvmehFDB{LXv~g z0K0Nx)w`oma^zzpYo3y&%I^-QTX(hWsM%$-h`*dfk^UFHJjJ?xJ>9G#K*@9zd18o( zSRptq&+}Oe*<8PpR<8+`5=ZJ`^p~w?h>I<2Obzb!&+`?0misK*-U6AD5LeA(y}leW;*sMJ<;`(Kcx@CQ7N-p#8-+!( zgJQcQ)R=#(OOR_wYLcQbHd*A%R92xvLz&_sr^R1TWlh7XU){i43eWW0y9+XFg?1H1 z`csk0?YkG!ha_EieG-csLGqh2<;*Jx*BjgoqlQkZrf$*L4Fo332;{YNdzV)$nIL}) zk~oBtf9WQZ))+qLZj&J-dACk&4KRssG!f46?%2_oFtI3*mKb5o`!24=W)%zTe>TZn zYvp>yDwe{;i!|L0v_0mOP_+b%HH`AZIa9mUIwq92$mC;Do#cME7bLUGL+hq{$R&Hq z%PKmD@v05Bx2F|*G&Rx*GI@6Mw7Dz#pGwtMlhpg{L8KuGckHz>zwcmIe8%lxnj7vrS*`q zZq*Dm1j}SPxly`#H&K!-egxFkQWHO0|NB+<9xPfA7G~8OX8S;GG1nuiHy8u0=eAeS z3T+AGsq|Lr&?=`CX72bin{ts}XKR=A!j)-aR7>GeD%Bgzq+6`u~ zHa|avL^j6^P6}|xZnS**#R<-}jvs4&)2#~7?U9?6L9CQ!o(gf$wEbeC!+oWfo-Vka z8B-{eCez4Zn2OI))}Na*nE%(y1c6DHW?JKlu0s@-yg6dtS9SUvot?KgI`muM?oE)=(eTTh z1^dZP`qd}$ITUV~C+BCGW0?z+OUvKl8tWrvSx4G4XZt_0l(x3<#hT@(O|cHgPIV~{ zCg^hpx)0OVD~;C}9E2G`D2##E?C*>TutE#>BjhnI4dq^DJpXZP8HO@!&9%t+jx=2w z1p;ycb$wPmZ5|_(*+~tD@cOsHLy$I_H=5lRkA@^Td1Jmnq%Uwctj5fZCM>edJ*5P+ z@#P62%nwC`+anB@c3VoMrIhC8!}3KGFXeRf5(lmfgIdYA_Jx{%%lW$AWuHqN@0pjG zzP*KEf-^0~GYyzXiJD2n7~e_2)CFFArja~!A)!Qdc4W}C$4>?p8V@qdWL;CMr%cT) zvyRm*e7}B?d807*2dK&~G{Tin)UmWp*bgeKYYCq6Kb?w|R53G{H#d}}UB52uDVoDB zr;=Zk)tuJtH8gs^Z}%*GK2EJ%Z`OQaif6<0Pm3^@NVsyA3EypqYk5b`TeWO_w63|O z^qhosz);1~-EdVSqnIT~>01(yFsE#{xw%*7Q{6v2iY}Adu-mnKj6GlqnpoVv}XK z{;Ru5ytJ0$1~$y+A?6j?fJ=XsV9R&a&OEp?m_a9$K>VW__t8b`GZNJ?vZ_p>p}xGkzw_IY+x7El7V7&3zLL~7mtlpEN1FWYC!_6O zUs0%c18vOfCUp~E0O2*}@nIPn?~RF7TAO!acLoJ2vF&Z*rgL9E^p`e_ro&e;cCYAZ zHz+qk^m>1-Wn>6N_t8E@zmg`3lD9POw+SWcg`yQbKPJ)dt)fFsgEfpp?1c-V{`lw?R1quO5nR5?y+^G z%OaSqRA$DIP`vV`QQmBq{@bGsOwws8icr`fL!CouSxjn6p|yE$?-d>^MqW9STbXnN+zS|m`=A)rAo z3EWiVrTFj09YfT;oMM{13)zj=hifw9D}?Ct-MQJfpp|#MTXKDQxRokKBI%PUWfDx4 z!2J`8(`CbusXqsptk?^P!WFLc828fsjhtJZ_wWEyqNnnpce|=Dw%_xG{glyrVV_6$ z7+go=ww<@*ScPA&I~Q3@Jh%K2T0+uSZBdM`Ua+bARgT0HRJ=)GMYB8^p%7q!bx4D0%(e-r1 z?xw?tE`De+%yU+yoeF(c2~VJL&Tc~H?f_liDo=JC1HTiE?uEb1QAF*JYfQM5*_t~a z)#$aY4^Qh0Vo06`1X?-pEABvlsP^5?o_Eo)De=DGyC|Qr#V#ViK^g7`WnA>;hU8r*P%Z* z?-e*w)qRT>yvP{zd~Dk+Tznt-;at&txWfPcyu>ySrkAg_V`G5WHm8|NHLIuvTc z5#As9sR(1Qad%r%-{*ze><)OwWiL`Y(ardTjI-=*&Ua;!;U2BV$d?u0>){s=CJ6!s zuUJBdse|eHQ{$jIFM^ky5EC07;tmLRx}WLLeLt%%>yXf=ya6l^>ZZ9`ldVsgsg+@B zcO1CZ1l_7!MpVRHWb^Zd$g~jTUa@Qs2~@6d`jeO>*_x{A4ZYgp07AY*hL&W93&>x| zZgGAGvTlNJ3-=SBT}k}wOp^~aDU{0IJADxBmkrOYg)T9xzLYE%Hy<^gDXgNmdaHA@ z4j9$IO7R4kOD-$myfH$b6!NLA+kZ@^)24?pKjvW)RYX~?uGJgitY5`PI__tMa%Uek z<+3ow#8h7#?5p3kl3#T4YQ#7X;R}9nHOC6Xmn{;Sxg7`pvOBDVP)#Lgd-_$1B~m5E z6U}Ut{TJEG(Q<=;G3t1Ye6*zA*Ba(_B7g1p^s|-9P>+I^iSn$LJKxr}2~!IPsV%C? zwP`Q*VSED~mvc3MuVEDIfXGQ)_EJSJRo7!;31k0zg&<^G*c2=pz9(+!#Hk#%P0r_$ zP9g7lxamD$n)xuQTtMfK`XkYNN?R1E5gs6u06h7ViC%Jw^9Db-6(7SIee&Pmo|{Vw zwrCdmr?fAZTch^!JVTER;{N;j>J{SKW+O38porKJBVfR4bKjgsTAq|z~hr@F5kIGsIuvpY0bT|&lg}|YQp)eej&J?>l!!#f!8u%G+DHFePeR=sZeOY0iGESG0{5gM4f_?ux$%N@G(?ugBEXzVYHn(n zCxxq|)rlq3!|VPBjXL_dtW8Pd`nPRnulej7!tdzNI5N1x=|UJD&sg0Ky&3l@7=hpI z${Tqq8hPt{<3-^6g~mvX+^6k93;~r`l>FztuE6{_6XR0r$4~D1s%+Uy+O;@rd8*_s zHjZ`%7eATreb8z(X*D}_@`WT{+bD`jNL7EA)4tx@U~nm>Am+`)gK8RcVx1zd*Ks;Z zxNJ+$T&-$LLJon;f?yg`>#_s}*SxaFEFo{oo^Zr5mM3!Wh0TiQU{cea!yY(f=Y^W8 zJXJ|&^q3zM(YIipK?Q=Esp7nudZp$FypIoZt5 zTzu%3$wHWD0TQl9=>l%GvhG{=oV1*^3m!sQ8d^rF?HXDqxe6QFW-X7in3w0r>oB%; zhhAulGtl3ZCSo zy0{jW4n7`#{joI2A+jd(JzIyBM^bd@w2nuq#ivm6&emmOoX0(jdC#l}!LGybPo0#Od^&)TG z%t`USHSOMW2hw|bbi`Iqc_zcvEUk#<@Swf4$wu>O{7+ zsfP0a9eYozD@uAl)VF^uE72gZu{x3>$}d(wP;JVw+H=5cNWa~uuG<-Ycaj1)x`gW%a3=rSIqO(|lUGaj+|g4rDVn z-Ht%swe8@=(31uoa&K0US#)b46maeoB(WxtS-F~6foZ5uP{Qchy-}7ui6@GioK%s= zg?7)?iFM*xKQ&A$S+08oh>koZUrkRkT6ATYsL>L*75hZ$A>MR^+mq}X z&2JP(zB5298Te3_?>i`E=W-~New`>{8`jimK*{5X2`Two_q7~#Qpu@UT1G|YJ*B}V zm62@k&KbCyM56-<^sP0IS9~xqvomFK&N+;#2d?KF6O=CQ!(re~@t zcc<)vms```6D=ogy`HSgUdvq*@|sSN{={-E5?Oljx+6Xv?VD=PCw)_RGIvj1y5N3D zGVkLm42MrE%v*&NTxs~B4$q6F=P64dbx9lxr2M2~eU0Zg=Zg2yJs^;he4T3Wo&WGy zSjYoHB2Ey_OybVPBbb^0UZ+;{XU8}}1<0qt@?r6bx=cAWMY5SdEKZvO`7}pluk<@{ z4nxNmo_~!HPsjGyc+{Ms7}ESodBk#7X_@gArfu$(b0*iNMM%=$SKD{;JjEC&KE$yN z$7&Z6HKmuC-RHn-Q1E|PsaBV*Gc6X97G{Pc`x9&*T_=B5&0CshT7t?N>WaEcpwC)h z#ZVJLNwqF|s(u;X5Nko(?l|JSMU?P+pT+YrXsmLKy8=-Xl2U#7hRBIB2g_lwN4h(O zF|Sj<)s|T-;vsx0yN?(l%@Mh4!&UpDOZN!nTej+8cPZrmI#F0Lgj`)yN#OnqLYkuj z6G92&iKl1kM1r(bKhd2-*I3F>j@s;S2@+s8f`{fmm-D}1b zJfJ+}4wuhQ4k@5}6t@p!OUriq{TBIW(6`r4H_yI5uc8?>O#9}K*b}9*U8;EbF~wjQ zFFZDZ()`l>mU;sRphf4<`#dB>0j2rzd#mpwXIhCzyvOj$w>LMG2G9QMO~#3)V}SQe zc__}^VKT!H^as0^g=p7Yyw8|iLIxJeOfQ++cXl8izdk$VGRBac{+vokXxich{u)9? zBa<3pC-1ZF(+54sDJu2e$Yju-Q~dAWb4)*P*!jwqp=$V#M zF_r;O4;igbc-GC*h6C^Hqt(YWm!U$H;dcxmU9QZ*%CUY{YKdsLp27aBjqO`qedp&t z(i9L@J2df$RV~jF_{FB_XRSTj9xu5Hxzo}oHaWFD4%9ljQ5&0312Mlb$j`5r)7TBo z?Zdt!4T|KfTu68CT+W~gxaS;Ak!q-xf!#ni<@e0*3ijhe5@b^G`miT_Xn(2dC+jsqZumC(fB~s-} z!8_$6rI)nz>S_Z{Gc^KbgcJ2U4!HaH(K)p?0-fBHScaQb0~a}U3GkG&!aL$PXLxeyYQjd+byDfs+Ftbd z23ygd3L#m{7@xs}`{?;!)d<|sBhB~EnbM1BckH$P`fG|>|Ig4_HZ-Az zVR(ZvMsGAocXz3P14lQb1?dK*OK`-1QA(G9ba#U_y1P@lQ9w}epgaDA_xbRCxZ}D3 zV73+4JtR>W0bci4wPmHZIofvgd1~Xp@NsPugZL7zK~f{j@}w;seX1>rA=kDd$vo$n z;VR5T%>cke9k=sm7!ZKqT}B>rtA8721cky+{gvycRj5PyPYs9>L9~T(lZp`_?B2Wm zqlH#s(1t65_d2$i4KX{j4$e@cqSUiciht$;|7p9ykZQ-DyTfmhi45PM>jV&{#NkK7 z*7gcj=X-jGquG4=c~Ka{>S$sUdd*p*eqOO1N=-Y}k3CtfiNT?7en1d&-u>Ov5WG*( z!}`ohrCK}D2`DItC!qhLjOtIBVfK11jaMOI@y^3y`$yHg9MP*Z_jb9$biMF@KF_8q z_C5A&z*E6Y(UUL%urOgeph#50Y#y!{uKX2N2DCAEA@i*XKvB^UrmXD!#K z3C*Y3)#gzwNWl7R`>&y7!l|AMi^uFp|>{CdAqukOb?b$*Pwu4Xm9!Bw~pR1PwVZ- zSJlwoDTm!ISgv3$NnbF?JLf_61rOdMHNyb3h%z%r{By^n=w8r!1w+%MJx29X;Q1|& zCA`oaVF(H@^4L6h)$1HOdWcDUA2$JLJm-chTDp|6IaQLq5qlu~I&IWT1x#&zr@rh$ zV~sMRSC3@Z1pHRtY$YQ=l>d7OHb37hH&(^1U);jZbi7zKU5PD!KJu1#CMkt4cQ>@z zC87H$VKv5B2N-`&ZkaysXA>*2NIF8sXGJy|Xa^z>-*bkoQ?=U;$Caze=W8o%eW!O) z@^VyzW_{bEPT+^}Mk9bB`cJWWYRjw4C~g`YTGtBZV&2|!lvC`QTkUGFckqHmb0lmA z79E?TpO2$YBjB4*8{W>~;JotJwPUkZc!2;*S0zFFDFti_UiUw~Nv)1f+0-TgW6(s` zi;kV~O47uJ3yDSM;Uwto_;=i6ZKBKWp-dG-c)^Mj+7zM7c`%$K1Vmoz_t4P zDAdyxrN2fKfOzmpdupD_h{sh8J)1bJGqRowWI^+Wq0>Avi$g&225V(DluDskdKc>| zx6^hX_m1ZvA5y${nvAHzm`tJV#Kh1K^-*SwbiHz3H-U>9At!`DhKCXMcDXEUxg06QZy(umRZ`%^B99JrsW z+PsqcM2&VY$xM-ByT#e8gy&py8FC#MLQ7WPim|Pny}O^NkcW^0P=oo$&nplluqt;n zqmH}?my%eaT4$;cITSev!#4ozoTsv~oBQ8p%9c_tDW_dAVxe?N);4hw^RsQ1JHe4#-d6Z%_o{) zozV7+E>>Hq3Bv;@qC|u+B^u{j?O8@%AfuSfo$avm``dTChJz{&nEIg&4G3&T(5R7T z6QQPR2={&s;tdDPCbMMd#;Q*0ELcUCMk4r%h}-f>E1aTxLJ$RxoPY9H2&b{+TUdzA zx#{4E>NFnD^%+-tqP0%Kq(nbkgxkgM?>M~1@`nQ~r5>mdje!)a*eijfwDn2rB(zZH z7GR$m>;NB;T6}IKjIxXY5!ZohPF4!QK1ubh1{5?thECrie+|YS4fbPFNqui9!r~}F zXG%Em1=+3_xi6hhXX-`x7|DN--wVrDLhKd~9Z2hYAoGI%NjD^Hj2V26wv+c(>i@1X zOp8a$DvGL(AwVM-Ta$2hGX0+{`gvP7zG0ePrMNR1?|=U^0J*Lw@AGCF^LAj5h0&W4 zOw4b(IvW)rnl!~rPs}^m#`D0#v+^fp^a6W;lOZoLHEr9o{WqqT_2OR28>-=i>Sda( z5mbvOD57~+F} z{~G=KI`}tfb2!bjejcd#bX~{+Km69pZyVTHrPf8@RzO_-~Yx4V67B#Fx^@a2sgU{H?D1$Rvut&|Q z8HFzHf<8AipH?Bjkt8?ENcuf}+<8FA=Y|hlAD#lQCM+VAnQ-v>^8^Bk~K~m(f1`h%M(FZ|$;W<10ZZ$tqZgX+S z&WO-X&vC{Y9GcOr4C5pm+RNjjtR0IM`McAaEAsJdl4k`*l<)LvnVc(aecoGz=NURS z*T@tLS7+OHQ9zK(b*P<1_NnBT0w1V7R3&Tq8I%?n9ECyhDXYe6#ZWT5RMF+`VFX=Z zNl0}pL$TyurD|dV60fL@Z>Lc4mJ?j2AWB6?)nc~NI!1f@#yU9Q?qm}klSl~hQ%}T$ z?_QeR+Xs|qs5Pky0NR41f-niU9&E8B$ug=B2AQ?;1~o;pNv#B=JJsoR&)6N_(;8oB zXDfOWkNYKG1K$lZ2daAYu3U{eI3t*o2)lBl!|nS;hIx_!M&5gpPauAj% z5rE^QHIt}56T5k6^zBj)`Kn**zW*f}ISmva$agC`dtmH36LfvJ+^SMJZ6@X4E+_qG zNYN~cgtu^%D_Aik`+1M+0p62#VD>xr{AZ zj|?Ex<-}obwg`qA>RiLEe}$U|m~5dSh4>M6vNF9g3&(C5JP;MkQB1|HtrllM5;(EL zEbx=P`IAl>ZBpan={6+x({tvK>to|a!(C!W(l(d9QB|U68281duRSUYr0cA>2vH|vFLr3W`LRqqZK{}4z@pq8)ZOE_(A zzJB^fuI!EdNmKn_q;B=JyjNKVvG7M|UzU*yEfl5EJwWpwug5OtzA&{=@-MNwNYf7K z{T7)8=?;P)!X+lgPr*?g#izg~!P(r*=1VL>;uoq;zQ=;ouKsuspPRsDE|!8%#vm_N z{piNU=*5>ImKrw+ZqC-3>iW*q@zEOMYf`1l_$xM;skUUwl;WRzs%ba@bNaM0nF969 zzj~~)fr?Pft+?vcZFRjGw>Xl#n(jiMPvK{3Df|s)mj2{p6H`mV>`$R-hgz{E0lij8 z9g}7ZOw3EPWv?<`%9Ksb{e`4PL)4fqkn`R6LfM#PFxu$(b93{bXRoH}r zaqYmDShD_%Vx>7OgmxPp{oFosZBR<88jHX3TKR}MiI)(o!22Lf^2S}Rt1QI-@e`sL zY$Vk6*Lu!HFWD2O%YGW`yvsq~la-A3MUb9B*}4y>Pprv6Yfm7ZX_!oDhh(MWxM9QD z6U^i%Et9yn1MI~xm-NCFtpTZbFZVK04s(r*qAe{tiKj9`-z7iv(rn03`I$v=eujiv z43)hv_dV)fpXwnufa0dAJq9a44^lIuzD0bwlH@L$CWq6?4T~s7 z#L6xc;xCCqed(P#9_36)7LDXxmA1+zb~y_48@%)NS;!Xtb{>GU-7s)!jK=10gzy>d zGOjGE%6^8u@!m`R75;<3H#o)=MJ`FwAmGANG`z#*GrVp9*o8i{A+|9~*JR$)2a77H zBobb8^f{@(*Q6^GPBiJC9ZA&$YIub@#TEIFrZeES?xMw?J&ylcphhJ1TK`Q``o55> zxz@8y$}Grn4nG%fWW?pmR7R4tD=r@DI{5T`{f>bkwdPg?+96X0~afzUin}SA0If~q^=%M~n z6#{80+u447qHOgnfXQ?7tF-W^P8UYFr&v5Cf2e6?H62Sty}O<+$-6{D5ZN_mpEMdp z-C|W{Z=N_;(~ME0_o22$Jr#5m&jIleV9a9m1sVkLePW0m}jOHsZNRV(P z=jWJ#NriI()*wUm6PwQpF>dT(V%p07&bk!{+_3$-2s@N=RNHz{dfw}*?2G08hX$%G zXK*7TMJOsaJ0*`IcDgBM$k=te{0W_=WaO-jp zUMH+Jbq%Lx)_8GTE@M+Jm(us+0Afo|k#{QM;`aV^hHw-hdaHb8^Uiim2@@k=rnvaA`iB%>l04nr=?+@BVd_#2ysa%x{8f^8>O zPVGUAPMIHwmx^r)KMP*Ck0swbJY{8^i8Hw_<}{p!GqFFpLTg2et?yKw!CML+7)LT4 zJ$22^aYs?LS{jLT7TjQ{%6^i0<7$5#(o-by^E{@i)wf(-wwSf8bs9sy*1}{mXV3J| z{%nl1^62}P3YEQBV5u^vLu@7crLz+wz&wvkFY#a?A%-rT>3w-6?UP2fw ziHN!zx8X|poc)9ktWAg)`!WNa>7NlJRrtK75>Xp3QMd1gIk@tuKk-%+o z0o3ieR^n7`hY#|2!sxG4P1)-R%|)tUgD%TzR(G`Ze@x%Jv;JE@uCE+s?-}Lzuc5R6 z?CDDxyXdxS8CP|*(wQSOE~j{xk26+W?4tGZ$lG-2UCil7O1rf`iTsYccbCAvdSoa9 z@Yv9>4w-w;a?^RIvgZchal0aD$k0Bv7ezI=zcqDEGfchS-F6=N&{*RMA}+MbHM;Sp zn!*bg(H`ix@&`Sn32x0iqh`_uFrGVd|;+Iu{ru3hf#i~TKA;WMfJHhA710H zc1^wml7|x5S}dkj=1^oEOY<661dP&$#3n-m>vD`Ns zEHu}fRq{2&=zXwh6xt*rT}ysatqhjt)$@8m{T{|xV!((TrarO7N7=aOeDH2~4ok{Ghj*PVw5q$?Ng$h+y3KXi|R<1H>j7bkns8VbeX9qz219beQnyr3~@Ze|H93`UoLEE@F}0f z=Dy?;31|KwMyKcTr9FwyCY%+YlE>bV$C>h($y-X@@V{)wxo|MquY_4eVrJW6&CGp? zn8^vhY2oaX=utw}A^gPUmw)JIn62J&-|a?&p}E&u3-WL_ms!CtltQS!W<7m0OuJSf z%K@%RCg@pRwFlbx`DWv~_CA-Ai|+0BN0g>4PPh;P)|}>`M?6HrG38k1<4NGX+!hmCO)U@@n@n^YF~&0x~^pAsFXR4 zlo@^i^X(FPB{P~QVefPSH)kLD66roPS@~Vsoup_S%}T%3y98a7N>K7Yypq=9;s5IP zc$YMfa$AYlNG&j3?LS--Z}Qd`xns}kIs0i%T`%pjS&a^}>D>M%4@6?Wx*^}UK@}Zp zSd@<_(qLcyieD7PegAg~8XJjEN@eQNqBcdXGiSueIYf|m;i^m}YJH7oyuZb0_R=RT^K1&I;g>*x~1w*~JLc%ZJ zf-|IUp33iy)#5c89DWz<F8hOQm!?B7@nZBv)(k+*`%WobiN@O{k^7 zYWh?^B&vsh7{+FpCA3|K?2wDqkE=_OZKs>!`|;}z=&zx5QEe99O?hJ6fWCRtV*Obr z3fj0C2~}bh?*WGb+=2c$1hD(4V^!VtNRSB{292AI zP~8#1?tlFVQsYy*Nt+*b5@o)Rcc&B>1Ne6IH18<+m&m|q8v9p^&Zzdzj}=>RS0!e9 z0umGRYz`TN3(1ewPjmzgV8nU3%1#+0_;(Uo3yB&iymt7@6dh=Z(b^@~t5R4;Q(5&( z!w3`4rA*J4RlE=&ktX0SK+H;bcET_^72`xdM{dSdE(fDk_9M03PizOx*tS<*S2M^!nwyq@4+oV-W)7=ZX&y4Sm= zuj>eVv)zN=0tl`ehSnSXQzq5NPKc4`Ig}__b#8I@0i6q{XjA#g2fPEWe~u7688vpb zUTQL28zmE5g`n&6^Mj?RC-mq*uuo7N>@1Kt&jzw*vWG~;8;@reZ+>p&8M#zay6&K1 zln%IbGA_bllw8Cg6^Tgwk_@5yNx-Qy4#J~2v!}1Q;;GED0&}unMH#3E zMSlwfUzS~7yTB7 z4)Q(Zu#PKh#-3v8uFaCT2_X5;=#r&I{@r=LC}WA_BiZ_FO8O$S`7lu=8>;9b_kkco;v<|F&llC&aV5E9>Je^bKvb~BR)=bGK zFs*0@--)d_EGgNVKkMCU{r7(!>`v9=K!TISBA{w$iD=;fhPX&SOwea#w(QeiO1|Cm z+!wfZPFLDiC-Z+dEw(D66?)Vl`>y5jJMI7?IZN!FZa_ors^0s|B9z~%YMQv?K>g6- zUdR;VwPvt|>ANR{d{TMz`TQX%3Tqvx2c0*o)DZSiDTWK}`9N<^?jaf-%B-e=|>@NIYzKNwZCc_ce7N0)q99#Q1_MdDz8L5_}doabcz7%)a!imSb zN5=xno9TrEYVs>OML<*%nfP-0z=XKs*1_<9A1Ro6WdD#+wN(nEs4NFeLkH;A-HEc(%P^{JPHnT%5qcNB zzBr-rt?Iw!)1Kf4Z4QDr!pm`!&>WHr{V~~Bfh0M?;UM{xffAJE=*$`oeGi1VJ7`o( zQF1n9?M&D(;|21(&)E~!Gl9!)PS2VUN4Q7N$mZ__(Yl*}`FgMw>yzKtlSe4kKS0P- zauf>c6bYa);&B1{=l{rUfsmg&k2tNx(_q$R!nTWuCvn0?(WZo|ghxzMviWlvk9<49-AEchnYQB}wHIVhWk(uK!oeRug3V!HQkG+ud z`egdJK~8G$#7IGV#(k|@0GH#Db|+%1n}=Ez5Tu+A%7D~1EOq3sRmk}a1M--ehl+5t zBuyRJ&LJy&(GJdT>V0DEJBY41^g01gDJd!itz*C9Ki^YhapB}OSE2d? z_I|nZ(KI`X`)wN1Dh)pMdqLR9Zp2CwGq}vXG(W~cu3WGe_55g!hJk|@`q>xpj}kKP zFY;xw2DM1KcP4174~zGCi}L)rxW<_G#(p=2Fiie}|JxRKY{A)>qE1plcHHv%F>wIw zRoVLZA43c26_0m#7X61CcwAe-`$k;i1)q^Ic(*oZ69pF}tjb?yaNx$Op#3pNoZDxA zQH$dS{`0ph*=0F>?b5bPD`md|m-sU^e8pg&rBD>WBeJj8dMH^K&bT0ES;_tDF6E9w zS9$WL3;B01bKP}E)4#V8^O>BPpQ=yu)ivmCFATokzQqZCrS*H_`A+r=X&I&+gC z;UWXci`s`nn}cJQC$&+m9p1EU?6=ZS!f#KR?xtA(oL+cF;fX*V$95UR9w>z1jMnRs z-*>2}E95+#SeN1{Z!Y(#+2r+o9BZ>Kji?k2s1AjZXmvz5yeD#|MCC0`z$$)Td6twu zn>3nPi4tAk~yMl~j_ zoZz2KStw&F22{nphReY8M{17c^T$%X(_OE&Eu=LwMdv;??pqu&nh03^1JwTh^m`HS ztj2vV{`}dide5cew^@Jg@7j(aTznhdWnJAjr^_wwUnf6(`1O6OFM(C>v%KS^NPOm^ zRfovx+(1iad-A=A_wO5F8^D^P;@|eLu7j`Eygx-%YftkEW(^&4Ef9Lg>)0K zQH-(MAL&XIHOhKqvA{f(?0DW;l_wfV=+(_f^K!f=lh@!+7jI9_;0h*_d^Y0vs3cic z;J7s1#O=5&JA{`9R$Uj9_Sjcj?^lz;&emTcNNz9zQ|Zg zD&DNfGwWG!i-46IWgj;U^VFO*kIS5%wM?fvb8w>&t?kqWwLrIYSN9ju#<}2X3%bO> zOqFz(ZF0Ud1ITQa$#dVh!D=I1Sp9O{v%OJQAmxDS>Gv-HLZJ&Rh|a^Se2!9i5cZTb zMVXkdR$m#y=yFl`jyRWJz-pZ`t}?;B=X9_A@`ho3=(9@D*W^ze@xbJ^q!^ze^GiCl zFNCPW+8>khzs`P4!3ie}dm}<424;{)1L z^+sF$A}w}&b7ZK9RAyOXRDPkxa3-Q<+HcA8*GAA`-LFk^T`eL`G)P2_J%akr09}k= zlHZ)t{f*PxFdr*{5BIj%tmhT&vH{hg-vcOWGvd@XnH4YVgl7Yc7-;W_$oST8GBVa8 z5CcYix z^bKF*N33%>f^Ykjw}}Hg;iQu>Xfx1{Oj#u`%S9}lv=|zz-p}z`JwlzjATE(mfoxCE zI>(nR@5GpCy3vW>328j|sG=aTN(?1eD53MAeOAE792kqX>A(D2uDVwT3myl<@zT$cx6^MX-m$fKF&PU%iZ!O=Bq7YtG$!0Ee&jBX^K6#WU?^`7^fhNS)7XwV z1jsAo=;-N)l*(yYbtp~j6ZXVr@EY(o_VLjdXo|KGJ^5}t68LSe6pcM`IM}Z6k9MUp zodvV0ek7ERI>#!V%b-I8hVr=4G^{JEY>-x(@q8JVv`gtIP;yk51390?r%VR0iurMs z>jSiq-OR{FDPSTFnk`5U2rt0H5+xNOfT6_UaEB2ZS#E@yNp3iQWhtRh7*?x7)0q4Z z8fJY9D434sdA?9CxKdL5@a=r_qsu|T?FX*x4L3Q{NmM%07Guo+xB+|xcyOTcpMMY} z&E$lC`6VO-&Ck*YdCy2=Q_co30A3Ib>e~SlCipY8w~<1A2!O(QgeK)Q60~>IQb_hT zP6&o!K&Pc$nwLhUN3NFaK}yv}xNc*79`N=o`nInu7!xc>35HyCU}k~n}~KY35LpBkdx z81k4BQ#5OaK+?kjr1#86c;R25Ig$R3qyYSRS$6PI6_9ckz(aM@2_r&hyjl%set`a@ za&DN6&$f`X9*M=jXtuN5p2LHfA^s8o!pUZL8IWi!LXjwvW_?TXzdQMIY&Aq*l}amlg>)#b`y(9G=jFrhvb+J`C z1t2ayu1x;DTU`zyMaPP%AQH z&Sbe~AJWBo(TL5<%)!PU+q+~20e-BU?*B$cxY2TqwcNWNXhIZ(~VxUsgZi}a(^YXVcoHM%r>VjWxqG9LNZ*D?GRo1A;4r#eiBcM)oTYqcABINU^H4Hc{S@<-^a;SEE0Sk&!f)D>miV;~!T zuwo73htFVeMl`e@8pcoOmt*Wn6ca+a94-p9h25Bxl*kwb(p|T5T{x)+?}+1Co0Sim zMOZ88SX2dmH7Ou^w7>Xs4|PBT+CrB~!~BL!0|@Qs=wOG0K?*mo8Jk`c!vYH{f^22@ zfAI!Gfl+T~P{P3QDOCnkeg~|i!WnTGZYUSc)x%(xEM0TSL}~UQw%3AVI7GWc6N@nbz!v~!*Hkg*)F^)v3NHY-3NYpL&xS<-9vuUi&7tTmd?NjHg=sexUlgeD z$&D#=|0WsF2A}{4uowYQ@TY2)#gaBTs5vDv#6|%MqZoRka74iH4M$SG4k&>O0FMno z07sGjgLz>A{{WE^=1~wO2x(zDcp4zo1?{-NCuDOVXatCLKzSHmgOwn$_Bp!2a^@QU zdb5oH#y9|Zat3%itt?osKLGH%BnNDeV(o>(Z_I^wlPF$f0~@nSgL8RZN#)D||NVkm zi=}sT0agfLJjVgx!Y6Kv*>9_|NX2ppyh*;&q>+iGsMtFwG$zZMKPBnOZyCuU*v`h& zk4j|A{P$mhxA1LTv&f;T{Z&q@E~Kb>jqDlzf=Khcbr+~^I6#>v^}6akF*N&MQxF{- z$NvyONCcW}d;g~ja2;p-Ar2bzG$V)M4Xvimx|9n}cP9EOn})R!j~@zxhvQW)`@c*P z?JcrhX?{b!{~)s1mKr~XOC_{3JK=q1XrMnyfQnIZz`t7~Sp!LuJIsjLY*0_OkVHyE zk2Q_T2chrPj0m71+`PswoW18%JQDT+#NHnNc98OA;vfdz^B8FV0e&2fJvfHIx;v5h zGAuzFaO3PCz8E_w_F7yOU^4`9IYvIQ$s`7b|2>R#C&GAEB}(0uC`3E@=Rlnq?XNW; zcxpzzaZp8dqyK2KI@-;oP&v?=_5^|^2L%gg&0>irtvygIWw0?I>8M;hCKS?BonY)F zYwnZV4F!Qg>2RBjA!vtKVrF*%!DVTJaUQNkz`jzG$V}6yS)kg4$6UIjhVZhM@z8uG z0P3^qgmtTP7XXmZy_Y5gkVLpC`U3(@ZMFsM)7+ry-1hZuq`y#Vb>g&@knNgDdY+rr zT*b07NJ<0UYC{bu;_j%}_7ceLg|7yEs=cdYZTpayOUO$i!8)BLawk5Ll8zFJ2fvV# zh2ok2h-pg!`DAkg<4TCdN}F<_7-9e`Z@EMOfWo^}Ap_dVX#ab(X6JV~vA28gfWz1- z^tqd(PHwX`6jgPpl54k$0V{b>=$ECa5WTW!C9-W!;0Db42l$3S0|e{|0Pb%G9NuTu z@xQC5^iJ$y#GJ$?5duN*--(I2wKxO~fWIQpM70)tSr<5JU7uVf9#aj8$b$f#@WtLK zN@q28n~7CagAF=y?a=r&Wb+BJD3tUz)`sQDUa0I*rJCzG~ZpN1yj5&}bzn5L>BI;>Hgg{>nc3B40 zYdg91(^i{_)uXh6{xW{5aENAp#sqS2)Se@VrjnDAB4D1@GA=Dvn>C>~;bL86X>Frr zPL@K&wn*uv;jv?j%uOFKZ#@$xO71p`1;9NZ`cL{Qy9bk-34eJhs95{Q+Z0tp#YpN2 zx64VeaHPJE-KmvgGyo2V;E>^EXcyCfg)d04#1|vb02;u8281H~B@xg`o(4d9hi_)l z0`_i|SVQ)=19XsOBwGOsclfRU2qxfSFvPcj6Jg zwZ2tCMxCn3Yp7Ctm0SBD_!Ch?*EkFY`9{4x} z01qe7)6A_pMuGu-MBC-WTOc$5BnHm+bLzj%?4NBf2|9}c!qqxddnNjZS_7c(AC^Lr z`%f~uJx9ACJwrH9qZ?i$K=0r+*#&`aW660pw8b*9z|{&E9@h1s1ya=hFnjz-c$d!a z;N_bX7ju+z7GNNfAYi{5g38Rz@o2{1j{>m`Pyp?~f`r7S9Vu>OTuOI|Eg&mcf zc|cW7P(lyF!A&UaV6g`nYn@Ct=0UWWtX4sGnGnktICxbzA>V=*K1$ewOmidV-GIJ5 zDhXZ2Dz>>NCT9`GP9zKKxIBY?W*WtkuB9@TFW+{(JcN47RE5ZfEsSF;&XEK3`6F&_ z^^FcM2A37vYE2k;z|iWQ6I5R(dS3wW_-CKYpSpn1ZWJLb5HLP8jWOCFND$*QcBAgBvXiYTq&)w{q}kD zDh}LKa$^Y{a&i+6+rD#$NrpkS7T0OKNzn8={RuB!^TVM{@{**0b4F*tbc;2~dS}dR zlm!&k9#-PGhOE`VIPovy|J=@ESUb#L)61<>g!m?kJ(UFcdY>bS#rBO9_jOL7UMmX` z`ei_yoS^f1DR~{x-~w@iUGP`!^W_6coe1vU(bUule(jwk@7*KK)h}4_hC#Kktu-@L2&a40WM8-zaL2 z6RHn-zo$(^t>liLexN|0CWe1GMlEFX#oBILTBef-c%rh2Bh3$k>&2@7R2nVBY-MruZ7y3RKLi=wsbiZGA;HD|10~{WU^cxRD?ne ze5l`cLYh|QZU^@T8dOy;bADe@&bU8pm|I+4(E9mZkx6T4NHW{9>13^9aRE5nd4T>**A<58}@M-pAmxquCee(4Yel-tqpEm+H@5 zMVb)juO)L|^Dot$S*M_Y6aXL`G)PLxxNK7hhyvr2-p}aoAnfsg*V&a&92^)=0;Vmc zpUsYnVB+RrI*Qt7O-;IT!&*d4IbQ85T!IfR%j+yx@oFndN@DZg)l;ixE`9;Njpl?!g!r!pXd&>izT> zeDEVVHyD6Bo={QOql?WUB9)Q>-(@;k2#^Z+$T)v`edIKmRb)p`hkEwYW3|om^y7X! zC8sJn^oNY&Xhw}`N8-!Rj>LwA{A@zK#n-|u`EUXbgI3(^-_xRa%CGhG+tN_2Uaj~+7^cV_CZ*QfYnEXs}DfWR+VDVZkUM7&k*4%R6EnN;o5l+J?3fLCNWV&pX$5B@VK+$@$y!lSuf6bBM??4-oh}P zgZ}c7n=%_&NMTc)S7=-@M~xdM<&*L(1Yr6mezr1>8p5Up20}pP^?dPHz<+59-{A>7 zSN@3zh*`K;d>&KfSj=*KG6#uxEfFT7Kewd}sZKPEYIGSH<;=M9Ddg91cWayovZ!WP07BTf#iP}6 zK4lnTKzN~xGM2AeTP^qbc@vI@{-yNrl0Guy$hezS*_TZg7FEg4gnwbgMa|!g(TjRb zS|wqXw2jhOAH`#bg?D074V8iq%Q~LF`aU3Q9rkO#!y1J<7y7aV)^(KIh3<{hAnEUR zFcjr2@J|=zEt8K(#DeOhILjek@tg=q!>3<}dbv-h)%cB3N366Ld}B2S`qj;FqS z)|33LBcRMndaTarm8up=J+RdndL|PNpQjQ7gkVZ+u96M6#g%7^)lP%g-+~vI zIk~4-{`0w&JIy>n`yMX1-Z3ub%7wXVf-S<$ptSChOg>guoj#J-K=-I}7aI@!`(~k4 zDHPoi?NYSv;gqr@zoGndzq$p8XsJp!0S0_4Q@HV-EVs3!LHvA`t(>_*D#V^gYEe>^ z#cb=O)}4-MAuf{|5U45lb%S2Wg7?+MnY-g!08de>W_`rPnIQWQ_xX?ILqbR^tDPkw zB@Ix(n7evaxg%+*cyB0a2>fX_Z8(emca*04Z_R1O-Yzo@wCk_SKPO92CC!V8hol^x*I$1T|!KbL(@~PD9mszj+47FgIV;TO@%=15my`*ZWz_d(67l9}_Ryeh7mDC2I!%=T7k zx%q9f#yOVbX+H&+S24wVBpzRA1e9EeiSwWD&xy8?R}!MoX`olRG=t-r9NA5(b4x~r z&6Kq(l}yi98WZR5C23#o!b7Xl9_gYfDe8!i-Fh(raX#*7roA7eW!fs_)M?=!6-iqd zcxhChWXy4Qa$=+eDlHj@6V+#I0CQml#&O^p|%7ou&Iz`N%4zN8;BVM zjUO$^6n%3*f~4>5OD8Tkv5bvh{71t{oF2e0JD~m0SRMYXuW+e(rbFbL+tb9s56hI9 zJdO(79CQ^_np@&1pc!;#Yg54VCuNSe@W1&zh&Xrgynol4$^mc6yyTZnfAxAe7hWDb zE^ljiFrvj?3ol$+B8$PjB=@;`@}gOsRQ14924*4tS9)X3&5}8ukVpSW-zFkN$`m&J z=_ckA#kg}yiPE<5g0Z~M@Xu(zk}%8xSk|PotrYNNOF|swJf_2$0P0|ftiP{bTZ?%S z1AS(Jr9;eDAq`sDBgKCJhgF@}?gU1(WWWaL&-m_+7uh~GzxSo%cT&lEII!yj=OYSd z<9pC&PIUi5eU*DNllt9wxpWLwvy<~|eU`he_jfo~Zl~O1KQ?-EnnsC|60)l0jqfpm zANLhrhBO?YXshH{Y4bP{ub*KFOfUGk&eEuI_MvbU6}Qn)$a_rmAsD7O-E^8HN?QQ~ za80yWIx|r!Q_BK&$%)=PjU+&PPU0A86+eq%vY(|*<*2ur25?o&@%{+u4kBoK9`_jf zIkFiy8jv>ff>6T35Xm@BMI`Dh7NR-GQf3tIclHLQVKrf1JeV0M(xD_Y%0Leb52@j3 zRpRTRs&d~8D=LaNT`tZf6fZW~P-dKQYjw^4UOKnmT<~7S(0}CWqvXH_W6j&%$-H;+ zT(KE5rJ3Ak4HG$*;B z@4-xW%~p5Mwj1PXJJIk_x$%nh{WI)cQHuU4e8fF#{4trPOO~%|yR)S1&&MCHp0&)d zePBmve7b%1Daxhe`L^(}Yhv~hYvXOCv4s3L-#%G%pImz1LkHq${zgtO4t9>Wm$&&_W8mWyMFObl;Oge?eyN=Us>nv9cannY#S!=}b@=pu_cIfWxvC9o6MAWQ$~ z{|tMqrh#M~RMtr%r_|{&oaA-02$Ch(XZkud^>lkGKQEfcUR@{)UCjyzQ)d3QSH|5M zXl~N?vN!2=^b5_@tdogl@^h60d00U{!GIH@wO4AFyagPGY5Evs z+!>=vG!?weC5>M;sc7ZjYhd}B_C6UP^;SzJm5GqNy+>x^I&@?lqAW|hjt@HGol-dT z=HudksH;@u1zlb3RAEXl&dZ-~>2I@d9?Bpl;>clG(UFQ zqKYS(?M}&%v*gO{Zo^5{lk8tzHQP)P_180RHi#d=ZrlF3;@luZzWHU8-U}ysT*ca| zJ0pV+U$Ejz5IIqm$cZ22)%thEa=8z%Lt%wAqxkHOY1Wx-+a5f^@}*PG>t=V>$jsQiF>q*9B22}beUow;3j#0H z=SAa+wCBn7aN_Q``B6bF7Yq{rxkV+roQfj(n7qG3s&fxJQ@ z`egqwO_wm3G+%9a7J<~87a3mUX;b4t{?Agbeo<2ub3a|u^Y>NZP+>(XQEuc(fO*{*(Ye)E=6Dd$l{j~d{(&a*zJW!*4>j8V7sL^i`|JWmpV8x{j@8tIe z&}8ab=wsDE)UlU8i!e1Azt&&^jWPt6^7J>EX42>ix159nEPF#{FjI5G-x=|;0`;;I zb$?NApCL_U|2`4p!`6V)pR8?;z_@SX%MyLB6s`TYyLT1BxMsV@)q0Xqp7qOt>sE%$ zlQv+{xYkkW{pb5#Tnl{7@P4TW=W$%q`Wd|eCxeCKuNP-T>iH6z?P;?$+iF6~P_IUZ z$$(h}LeledGc5g%c1tdtUzUcf*;=_SR+U|)i zNGf95F*Rr9_O4q;<|q2R*T#;hDB4z$Zoz3Fnx+QZIC4-%Z!n4_wv>#-8zdxIB)` zgRx~yyZ|)75Lp`KCsc=jNk&iP>9Hqo)TyN>Xb|wAa!&r4uD}D{Bc59660?M&FfA9hBFVhq(5OFS6JLG1>Cr1x6UlAmB~a_c-s(a&Z2gnSg0KG7Z!DT zEnpFSV?ouDWxk5zC~ImJ>g-)l5AKPe1UqU7J94q6Xkffxcbn~~@1$5{Ha~dX=N!mh z5!9}Xo|^tk(UL3(nvo-kHsJX76jIv?oeP%dU-M$r^8NbJ-~Lns?n}A)4OkO;b+pFE%Ons^w1S@P720TD|u#g5gY0~})6TK$t!o89tK3#&s<*Q|@z_T4&AzZ|y_ zz9!+GX)#=i4gz*8!M=AOa5O-i7$@adgs=d`X&}LPZ3-h2SNyoBMCY#_zBk~iELrTL z;`uhq?vn*trS!tK78%N(OA8+I>$uD9@kLpkFBy^uKe!g%FL~JA*zg)d;s!1+ZB>gMcS8U?DYpt%5b@m)U@cT8yh^OX6 zx2(QH1cAOMB2+T8WD zIT!>E5rc?B5Re@Z2?!D*36X+GLu4Sbke!fS5IKlEL;<1*QG%c#yCKRC)8 diff --git a/include/nlohmann/byte_container_with_subtype.hpp b/include/nlohmann/byte_container_with_subtype.hpp index 4432d31ae..401063806 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 19c5d516c..dac3c58e6 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 != 0 + #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 1 #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 0 // NOLINT(modernize-macro-to-enum) +#define NLOHMANN_JSON_VERSION_PATCH 1 // 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 a0d37e961..a72ae1744 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 608b4574b..5f01e6c76 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e25e0102b..ba24c118d 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b84094ce6..3a7af6adf 100644 --- a/include/nlohmann/detail/exceptions.hpp +++ b/include/nlohmann/detail/exceptions.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 032afe09c..2f57badc2 100644 --- a/include/nlohmann/detail/hash.hpp +++ b/include/nlohmann/detail/hash.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 8ba66acb2..f4134efdc 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1ae08ea58..fb528ca57 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 416d153c2..36d9c22c4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 371b19d5f..bd6eb45f7 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 106c66f12..fb493a8d2 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 949d06da5..f67875045 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 24a559e7b..b45688444 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 6152c94f8..18729da82 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 19bd3e64e..de8c6590f 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b04914d7e..9f33979b5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f7e8503fc..5d9e45b2f 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 5d0594ab8..49222e77c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 867d9cbf5..5b7632676 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b672e1941..bc72ca1b7 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 2075ecf22..ff739f5d5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9416e18a4..85865be2c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 610f4cd0a..91342ec02 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1515e7520..c5a9b9498 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 fe6784dd8..d04ec8e05 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9746dae00..6b5c81639 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 002d60543..3df2d2012 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 8be4d3483..052bddde3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f457682c2..bbebd7010 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 920e8abd6..2ec9d39a5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 379ea4d2a..261d957b5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 7cf23d11d..25755f015 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c1079b860..2935fe7a6 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 cc3b97ed4..d73692dd9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1adb12df5..2529e4f65 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 fa0212a06..d417b4eb9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 4a3b6c949..3b20dd8cd 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 4239bfe3b..49188b314 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0", nullptr)); // LCOV_EXCL_LINE + JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.1", nullptr)); // LCOV_EXCL_LINE } break; } diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp index c6f2871ae..c7ad23660 100644 --- a/include/nlohmann/json_fwd.hpp +++ b/include/nlohmann/json_fwd.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c9bd60866..cf67761b2 100644 --- a/include/nlohmann/ordered_map.hpp +++ b/include/nlohmann/ordered_map.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 714be3112..3f9c41efd 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 09e7fbf2a..f2c2015c6 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/meson.build b/meson.build index 3cd7dc8e5..005e98ef2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nlohmann_json', 'cpp', - version : '3.11.0', + version : '3.11.1', license : 'MIT', ) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 368467b16..e9bf47551 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -35,7 +35,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -48,7 +48,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 != 0 + #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 1 #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 0 // NOLINT(modernize-macro-to-enum) +#define NLOHMANN_JSON_VERSION_PATCH 1 // NOLINT(modernize-macro-to-enum) #ifndef JSON_DIAGNOSTICS #define JSON_DIAGNOSTICS 0 @@ -129,7 +129,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -152,7 +152,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -169,7 +169,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -185,7 +185,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -197,7 +197,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -210,7 +210,7 @@ // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3188,7 +3188,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3204,7 +3204,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3272,7 +3272,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3292,7 +3292,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -3316,7 +3316,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4060,7 +4060,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4447,7 +4447,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4471,7 +4471,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4977,7 +4977,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -4997,7 +4997,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5712,7 +5712,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5824,7 +5824,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5957,7 +5957,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -5984,7 +5984,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -6482,7 +6482,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -7215,7 +7215,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -8854,7 +8854,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -11969,7 +11969,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12486,7 +12486,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12499,7 +12499,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -12658,7 +12658,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -13420,7 +13420,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -13555,7 +13555,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14462,7 +14462,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14554,7 +14554,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -14580,7 +14580,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -16548,7 +16548,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann @@ -16573,7 +16573,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2009 Florian Loitsch @@ -18669,7 +18669,7 @@ NLOHMANN_JSON_NAMESPACE_END // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -19483,7 +19483,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.0", nullptr)); // LCOV_EXCL_LINE + JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.11.1", nullptr)); // LCOV_EXCL_LINE } break; } @@ -24130,7 +24130,7 @@ inline void swap(nlohmann::NLOHMANN_BASIC_JSON_TPL& j1, nlohmann::NLOHMANN_BASIC // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann @@ -24174,7 +24174,7 @@ inline void swap(nlohmann::NLOHMANN_BASIC_JSON_TPL& j1, nlohmann::NLOHMANN_BASIC // #include // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/diag/diag.cpp b/tests/abi/diag/diag.cpp index 94d135d8f..df554e72a 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 8d06acdcb..4d1309ac7 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 045b70a00..c5d8791b9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1df606c3b..005ac8ed9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e93dad62e..b3916642b 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e94693590..43d4624fc 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/abi/main.cpp b/tests/abi/main.cpp index 008993a6c..d1a6fde55 100644 --- a/tests/abi/main.cpp +++ b/tests/abi/main.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 7ab47ddba..2f30619ae 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 63ae3a004..b46ab7504 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 411324dde..8d4dae89a 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 970f416b4..c85b56d77 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 cdee35419..09ac38db4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9f1d56bbf..91e83a9e3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 35b61f180..d24763444 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 61cbe7be9..b0878a0f4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 0ead3755f..c06c8e06d 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b74c39513..e2e47155a 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 187cdefe3..2586ec2f2 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9955ee154..a88e2b98e 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9d7c0e3b1..39db376ab 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b40300154..2728c5103 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f5f613e42..ef9fc62ca 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 4ef2308da..198222de7 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 729ad79d8..82e6f33b2 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 98b3f99cc..d10c14dcf 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 99d83b046..9e5edc4f8 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 fa75aa21e..0c94d0fb9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 6e84e266a..e9be6b5e2 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 0c61ecde1..896bc1bdb 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 87532c3be..74e331f75 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 aaea8556d..05fe8d3e8 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c7e918296..c651273fe 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 70ea0e370..858e111ad 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b7ed22e0a..78bdeb2b9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 d5f8b7a4f..8e0bc823e 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9cb4ed7f5..7568d927d 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 9da0fb606..9991b355e 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e5b7f5db8..86dd85a7f 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 896cc772b..f713c980a 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e9204fa62..c179b0c3c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 7addce0ba..f294e5cd6 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c76b7d5f4..b1b5a6ed4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1b536ed4e..fcb772320 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 df1b92f8b..d86b614c4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 d42a6997a..3616f35c5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 5fe9b34e4..a1aff57af 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 7d6f9da0c..6a7d5000d 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 705140541..f28f2f9f2 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 918c263d2..5f28e5a2c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f44d729da..1ed21bd39 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 cd6cb6dc4..c5ea684d0 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 6a19bf3ea..55d9edd39 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 3f30885af..14bbdf844 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 235d46b3b..57326a289 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 1f6716bde..3be0f8ecf 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 4f457d0ee..93559eb31 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 d9c5421fd..69f47df64 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 af56b0dec..5098d1278 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 2e5029e49..ad3a841c6 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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.0"}, + {"string", "3.11.1"}, {"major", 3}, {"minor", 11}, - {"patch", 0} + {"patch", 1} })); CHECK(j.find("platform") != j.end()); diff --git a/tests/src/unit-modifiers.cpp b/tests/src/unit-modifiers.cpp index 2c2777808..8b06f1809 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f90190315..d0e5ff3d5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c9e941d9a..89a7db7b0 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e6aef2ce2..3ce0aa155 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 b35863d0a..d907263b4 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f50c64b06..b48a4297c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 108cdd039..6d296f02f 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 fa53961c0..abe8bd1f5 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 c7720b4f1..45c4bd620 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 3f82301cc..73c8f3906 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 6ffe39aa6..50dc58b4c 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 d5e4074c7..268a48327 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 83c1360b7..44d4f3801 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 dcdcede01..5086149ce 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 526e05b27..934744364 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 2cecca3d9..681536f95 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 daae5799d..eed81cdfa 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 f6c802854..03c5b8006 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 fcbf25954..b91d0be86 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 8b601efb9..d5740e3e0 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 a28e6ee49..0a7a58bc3 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 ee90f1e3c..2360dbe36 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 750a05872..a3095a8d9 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 e7aab3368..5fa641091 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| 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 3f826a9bd..b8ed08db8 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.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/tests/src/unit.cpp b/tests/src/unit.cpp index e6c1e0878..8074687a5 100644 --- a/tests/src/unit.cpp +++ b/tests/src/unit.cpp @@ -1,6 +1,6 @@ // __ _____ _____ _____ // __| | __| | | | JSON for Modern C++ (supporting code) -// | | |__ | | | | | | version 3.11.0 +// | | |__ | | | | | | version 3.11.1 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann diff --git a/wsjcpp.yml b/wsjcpp.yml index 619d46bae..04648019c 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.0" +version: "v3.11.1" description: "JSON for Modern C++" issues: "https://github.com/nlohmann/json/issues" keywords: