mirror of
https://github.com/nlohmann/json.git
synced 2026-02-02 21:42:08 +00:00
⚗️ try to use GCC 10
This commit is contained in:
@@ -1448,3 +1448,11 @@ TEST_CASE("items()")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef JSON_HAS_CPP_17
|
||||
#undef JSON_HAS_CPP_17
|
||||
#endif
|
||||
|
||||
#ifdef JSON_HAS_CPP_14
|
||||
#undef JSON_HAS_CPP_14
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user