Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.99k stars 445 forks source link

Update containers to new API #266

Closed Neargye closed 1 year ago

Neargye commented 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.

Do we still have a bug? (from comment https://github.com/Neargye/magic_enum/issues/234#issuecomment-1468134598)

schaumb commented 1 year ago

Hi!

It's OK, I created a new PR https://github.com/Neargye/magic_enum/pull/271 for it.

Neargye commented 1 year ago

Thank you very much!