⚗️ do not use too old compilers with C++17
This commit is contained in:
parent
2b431c212f
commit
7543e179ef
@ -47,9 +47,8 @@ using ordered_json = nlohmann::ordered_json;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef JSON_HAS_CPP_17
|
#ifdef JSON_HAS_CPP_17
|
||||||
#include <variant>
|
#include <variant>
|
||||||
|
|
||||||
#ifdef JSON_HAS_CPP_17
|
|
||||||
#if defined(__cpp_lib_filesystem)
|
#if defined(__cpp_lib_filesystem)
|
||||||
#define JSON_HAS_FILESYSTEM 1
|
#define JSON_HAS_FILESYSTEM 1
|
||||||
#elif defined(__cpp_lib_experimental_filesystem)
|
#elif defined(__cpp_lib_experimental_filesystem)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user