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

Is it possible to release the current master with enum containers? #256

Closed selevit closed 1 year ago

selevit commented 1 year ago

Hello, and thanks for the great library!

I noticed that it has a great feature with enum containers that lets you avoid manual casting when working with arrays, indexed by enums, bitsets and so on.

But unfortunately it's not yet released yet. Since I use the version from conan, this functionality is unavailable now.

Have any plans of releasing this in the nearest future?

Neargye commented 1 year ago

Unfortunately the new version is a little delayed, I need to fix some problems that entail an improvement in internal stuff, I will try to release the version as soon as possible

Neargye commented 1 year ago

Released