Update json.hpp

This commit is contained in:
恍兮惚兮 2024-04-10 03:40:45 +08:00
parent cb51b38533
commit 71219d1206

View File

@ -2399,11 +2399,12 @@ JSON_HEDLEY_DIAGNOSTIC_POP
#define JSON_HAS_CPP_11
#endif
#ifdef __has_include
#if __has_include(<version>)
#include <version>
#endif
#endif
//fatal error C1083: 无法打开包括文件: “version” v141_xp
// #ifdef __has_include
// #if __has_include(<version>)
// #include <version>
// #endif
// #endif
#if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM)
#ifdef JSON_HAS_CPP_17