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

update readme

This commit is contained in:
neargye 2020-10-19 10:19:10 +03:00
parent 77c66013db
commit 3080a1d726

View file

@ -245,5 +245,6 @@ enum class Color { RED = 2, BLUE = 4, GREEN = 8 };
* MSVC++ >= 14.11 / Visual Studio >= 2017
* Xcode >= 10
* GCC >= 9
* MinGW >= 9
## Licensed under the [MIT License](LICENSE)