add Compiler compatibility
This commit is contained in:
parent
ba9f6d5954
commit
6d70993bee
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue