Closed Neargye closed 1 year ago
Hi @schaumb
Could you review the containers update? Auto-detect is_flags was disabled due to unstable result and also a long compilation time. Now need to explicitly set that the enum flag is, or add a define MAGIC_ENUM_AUTO_IS_FLAGS.
is_flags
MAGIC_ENUM_AUTO_IS_FLAGS
Do we still have a bug? (from comment https://github.com/Neargye/magic_enum/issues/234#issuecomment-1468134598)
Hi!
It's OK, I created a new PR https://github.com/Neargye/magic_enum/pull/271 for it.
Thank you very much!
Hi @schaumb
Could you review the containers update? Auto-detect
is_flags
was disabled due to unstable result and also a long compilation time. Now need to explicitly set that the enum flag is, or add a defineMAGIC_ENUM_AUTO_IS_FLAGS
.Do we still have a bug? (from comment https://github.com/Neargye/magic_enum/issues/234#issuecomment-1468134598)