json/single_include/nlohmann
Florian Albrechtskirchinger c21ed8aabe Fix test build failures due to missing noexcept (gcc-12)
* alt_string has multiple member functions that should be marked noexcept.
* nlohmann::ordered_map constructors can be noexcept.

Compilation failures result from the warning flag -Werror=noexcept and
gcc-12.
2022-03-06 23:55:09 +01:00
..
json.hpp Fix test build failures due to missing noexcept (gcc-12) 2022-03-06 23:55:09 +01:00