diff --git a/toml.hpp b/toml.hpp index bfca738..cfae56b 100644 --- a/toml.hpp +++ b/toml.hpp @@ -29,7 +29,7 @@ # error "__cplusplus is not defined" #endif -#if __cplusplus < 201103L +#if __cplusplus < 201103L && _MSC_VER < 1900 # error "toml11 requires C++11 or later." #endif