mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
fix: Allow MSVC to have old version
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
# define TOML11_CPLUSPLUS_STANDARD_VERSION __cplusplus
|
# define TOML11_CPLUSPLUS_STANDARD_VERSION __cplusplus
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TOML11_CPLUSPLUS_STANDARD_VERSION < 201103L
|
#if TOML11_CPLUSPLUS_STANDARD_VERSION < 201103L && _MSC_VER < 1900
|
||||||
# error "toml11 requires C++11 or later."
|
# error "toml11 requires C++11 or later."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user