From 6d70993bee2ac854707267f487d613022708e546 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 22 Mar 2019 13:20:28 +0500 Subject: [PATCH] add Compiler compatibility --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c7c389..94af64e 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,9 @@ You should add required file [nameof.hpp](include/nameof.hpp). ## Compiler compatibility -* GCC -* Clang -* MSVC +* Clang/LLVM >= 5 +* MSVC >= 15.3 / Visual Studio 2017 +* Xcode >= 9 +* GCC >= 7 (NAMEOF_ENUM not support) ## Licensed under the [MIT License](LICENSE)