🚨 fix warnings

This commit is contained in:
Niels Lohmann
2020-12-29 21:36:30 +01:00
parent c886646707
commit bdb2469c31
5 changed files with 76 additions and 102 deletions

View File

@@ -1702,3 +1702,11 @@ TEST_CASE("JSON to enum mapping")
CHECK(TS_INVALID == json("what?").get<TaskState>());
}
}
#ifdef JSON_HAS_CPP_17
#undef JSON_HAS_CPP_17
#endif
#ifdef JSON_HAS_CPP_14
#undef JSON_HAS_CPP_14
#endif