mirror of
https://github.com/nlohmann/json.git
synced 2026-09-24 14:20:11 +01:00
GCC 4.9 and MSVC rejected the test's huge_string_t, which has no default constructor; develop never default-constructed string_t here either. Signed-off-by: Niels Lohmann <mail@nlohmann.me>