1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

new customize (#166)

This commit is contained in:
Daniil Goncharov 2022-03-18 13:58:07 +04:00 committed by GitHub
parent 84efdbd2bf
commit 60de6bff8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 48 deletions

View file

@ -259,7 +259,7 @@ enum class Color { RED = 2, BLUE = 4, GREEN = 8 };
## Compiler compatibility
* Clang/LLVM >= 5
* Clang/LLVM >= 6
* MSVC++ >= 14.11 / Visual Studio >= 2017
* Xcode >= 10
* GCC >= 9