From c89fc5f06b750e2309a53075ac90fcf238e0d3b3 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 12 Apr 2018 11:52:14 +0900 Subject: [PATCH] Describe supported VS 2015 update revision. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ca124..aa896b2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. * [x] iOS + clang * [x] Linux + gcc/clang * [x] Windows + MinGW - * [x] Windows + Visual Studio 2015 or later. + * [x] Windows + Visual Studio 2015 Update 3 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)