mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 05:45:37 +08:00
Update json.hpp
This commit is contained in:
parent
cb51b38533
commit
71219d1206
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user