mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update range
This commit is contained in:
parent
fae022c848
commit
bbda253f8b
2 changed files with 4 additions and 4 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
// Enum value must be in range (-MAGIC_ENUM_RANGE, MAGIC_ENUM_RANGE). If you need a larger range, redefine the macro MAGIC_ENUM_RANGE.
|
||||
#if !defined(MAGIC_ENUM_RANGE)
|
||||
# define MAGIC_ENUM_RANGE 128
|
||||
# define MAGIC_ENUM_RANGE 256
|
||||
#endif
|
||||
|
||||
namespace magic_enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue