json/include
Florian Albrechtskirchinger ebab61ecd3 Fix constraints on from_json() for strings
Constrain from_json() overload for StringType to not accept json_ref and
require it to be assignable, instead of constructible, from
basic_json::string_t.

Re-enable C++14 tests on Clang <4.0.

Fixes #3171.
Fixes #3267.
Fixes #3312.
Fixes #3384.
2022-04-07 18:29:25 +02:00
..
nlohmann Fix constraints on from_json() for strings 2022-04-07 18:29:25 +02:00