1
0
mirror of https://github.com/nlohmann/json synced 2024-11-22 12:00:05 +00:00
nlohmannjson/tests
Florian Albrechtskirchinger 0c7a18374c
Reimplement value() access functions (#3663)
* Reimplement value() access functions

* Merges the 'const char *' with the 'ValueType &&' overloads.
* Fixes ambiguities when default value is 0.
* Fixes 'no matching function' error when specifying ValueType template
  parameter.
* Fixes incorrect template parameter order in previous overloads.

* Add additional value() tests

* Make JSON_MultipleHeaders visible to unit tests

Define the macro JSON_TEST_USING_MULTIPLE_HEADERS to 0/1 depending on
JSON_MultipleHeaders.

* Add type_traits unit test

* Update documentation
2022-08-07 13:54:55 +02:00
..
abi 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
benchmarks 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_add_subdirectory 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_fetch_content 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_fetch_content2 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_import 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_import_minver 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cmake_target_include_directories 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
cuda_example 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
reports Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
src Reimplement value() access functions (#3663) 2022-08-07 13:54:55 +02:00
thirdparty Use REUSE framework (#3546) 2022-07-20 12:38:07 +02:00
CMakeLists.txt Reimplement value() access functions (#3663) 2022-08-07 13:54:55 +02:00
fuzzing.md Document fuzzer usage (#3478) 2022-05-09 08:02:41 +02:00
Makefile Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00