mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
clean-up
This commit is contained in:
parent
2f0a3bcae7
commit
59a9cddb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Checks magic_enum compiler compatibility.
|
// Checks magic_enum compiler compatibility.
|
||||||
#if defined(__clang__) || defined(__GNUC__) && __GNUC__>= 9 || defined(_MSC_VER)
|
#if defined(__clang__) || defined(__GNUC__) && __GNUC__ >= 9 || defined(_MSC_VER)
|
||||||
# undef MAGIC_ENUM_SUPPORTED
|
# undef MAGIC_ENUM_SUPPORTED
|
||||||
# define MAGIC_ENUM_SUPPORTED 1
|
# define MAGIC_ENUM_SUPPORTED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue