mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-07 17:26:45 +08:00
Update enum.h
This commit is contained in:
parent
74f7ee9df3
commit
811f01a98a
2
enum.h
2
enum.h
@ -498,7 +498,7 @@ struct _initialize_at_program_start {
|
||||
// Array generation macros.
|
||||
|
||||
#define BETTER_ENUMS_EAT_ASSIGN_SINGLE(EnumType, index, expression) \
|
||||
(EnumType::expression),
|
||||
(EnumType)((::better_enums::_eat_assign<EnumType>)EnumType::expression),
|
||||
|
||||
#define BETTER_ENUMS_EAT_ASSIGN(EnumType, ...) \
|
||||
BETTER_ENUMS_ID( \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user