diff --git a/toml.hpp b/toml.hpp index 045f0ca..cfd2a55 100644 --- a/toml.hpp +++ b/toml.hpp @@ -30,7 +30,7 @@ #endif #if __cplusplus < 201103L -# error "cannot use C++11" +# error "toml11 requires C++11 or later." #endif #include "toml/traits.hpp"