From 9cb613797476be01028a2a15ec830964f2733fc7 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 6 May 2017 19:04:50 +0900 Subject: [PATCH] change message slightly --- toml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"