mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
* Remove MAGIC_ENUM_ENABLE_NONASCII
* Optimize template instantiations * Remove auto is_flags * Change flags API
This commit is contained in:
parent
737ed4fc7f
commit
427a47394f
27 changed files with 515 additions and 875 deletions
|
|
@ -8,10 +8,6 @@ magic_enum_include = include_directories('include')
|
|||
|
||||
magic_enum_args = []
|
||||
|
||||
if get_option('noascii')
|
||||
magic_enum_args += '-DMAGIC_ENUM_ENABLE_NONASCII'
|
||||
endif
|
||||
|
||||
if get_option('hash')
|
||||
magic_enum_args += '-DMAGIC_ENUM_ENABLE_HASH'
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue