From 71219d1206012a731b0a445a8972f5b0eea0d0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Wed, 10 Apr 2024 03:40:45 +0800 Subject: [PATCH] Update json.hpp --- libs/nlohmann/json.hpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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