diff --git a/libs/nlohmann/json.hpp b/libs/nlohmann/json.hpp index 5df7f56..a84c682 100644 --- a/libs/nlohmann/json.hpp +++ b/libs/nlohmann/json.hpp @@ -2399,11 +2399,12 @@ JSON_HEDLEY_DIAGNOSTIC_POP #define JSON_HAS_CPP_11 #endif -#ifdef __has_include - #if __has_include() - #include - #endif -#endif +//fatal error C1083: 无法打开包括文件: “version” v141_xp +// #ifdef __has_include +// #if __has_include() +// #include +// #endif +// #endif #if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM) #ifdef JSON_HAS_CPP_17