From c767f464bb3df5db6992a8cc5974cfb3f91959ca Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 8 Dec 2015 18:12:34 +0100 Subject: [PATCH] dropped GCC 4.8 support (due to #110) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1684101478..827dd2575c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ to the files you want to use JSON objects. That's it. Do not forget to set the n Though it's 2015 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: -- GCC 4.8 - 5.2 +- GCC 4.9 - 5.2 - Clang 3.4 - 3.7 - Microsoft Visual C++ 14.0 RC