From 7589b69beb630884c290dcb58b1b50038640a2ba Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 22 Mar 2019 18:50:07 +0500 Subject: [PATCH] fix Compiler compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b57b0..f9f7dd6 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ You should add required file [nameof.hpp](include/nameof.hpp). ## Compiler compatibility * Clang/LLVM >= 5 -* MSVC >= 15.3 / Visual Studio 2017 +* Visual C++ >= 15.3 / Visual Studio >= 2017 * Xcode >= 9 * GCC >= 7