1
0
mirror of https://github.com/nlohmann/json synced 2025-01-14 19:20:17 +00:00

📝 fixed year

This commit is contained in:
Niels Lohmann 2017-12-15 23:49:37 +01:00
parent 2e1b1061cd
commit c23f5dcea6
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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)