From c23f5dcea6013442bec72dfe26a78a65eaa5e3ea Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 15 Dec 2017 23:49:37 +0100 Subject: [PATCH] :memo: fixed year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a68626..7e68f862 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ json j_from_msgpack = json::from_msgpack(v_msgpack); ## Supported compilers -Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: +Though it's 2017 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: - GCC 4.9 - 7.2 (and possibly later) - Clang 3.4 - 5.0 (and possibly later)