1
0
Fork 0
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:
terik23 2019-04-08 02:32:20 +05:00
parent fae022c848
commit bbda253f8b
2 changed files with 4 additions and 4 deletions

View file

@ -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 {