From f2aba366386c360eec3a2f1ba73a9d60fbf52c5a Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 11 Jan 2018 14:06:10 +0900 Subject: [PATCH] Add more note on Visual Studio version. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05739d1..aefa6be 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. * [x] Linux + gcc/clang * [x] Windows + MinGW * [x] Windows + Visual Studio 2015 or later. + * Visual Studio 2013 is not supported since they have limited C++11 support and failed to compile `json.hpp`. * [x] Android + CrystaX(NDK drop-in replacement) GCC * [x] Web using Emscripten(LLVM) * Moderate parsing time and memory consumption.