From 1cc4717582987f6e76c8f424f363565998521cc7 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 9 Feb 2016 21:26:40 +0100 Subject: [PATCH] tried Clang 3.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13254ea1..a9ca66a1c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ to the files you want to use JSON objects. That's it. Do not forget to set the n Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: - GCC 4.9 - 6.0 (and possibly later) -- Clang 3.4 - 3.8 (and possibly later) +- Clang 3.4 - 3.9 (and possibly later) - Microsoft Visual C++ 14.0 RC (and possibly later) I would be happy to learn about other compilers/versions.