mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
add MAGIC_ENUM_SUPPORTED_ALIASES
This commit is contained in:
parent
32e2e6318d
commit
d73a985f52
3 changed files with 8 additions and 4 deletions
|
|
@ -27,10 +27,6 @@
|
|||
#define MAGIC_ENUM_RANGE_MAX 120
|
||||
#include <magic_enum.hpp>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1920 || defined(__clang__) && __clang_major__ >= 5 || defined(__GNUC__) && __GNUC__ >= 9
|
||||
# define MAGIC_ENUM_SUPPORTED_ALIASES
|
||||
#endif
|
||||
|
||||
#include <array>
|
||||
#include <cctype>
|
||||
#include <string_view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue