6 Apr
2026
6 Apr
'26
3:09 p.m.
On Sun, Apr 5, 2026 at 10:36 AM Viktor Sehr via Boost <boost@lists.boost.org> wrote:
Hi Emil, If you expand this library (which I suppose is based upon the ideas in magic-enum), I would suggest adding the functionality in "light enum" available at https://github.com/gloinart/light_enum (note, made by me). Light enum has the same features as magic enum, with the difference that the enums are "registered" in .cpp files before usage. This way, the compile time overhead of magic enum is avoided.
Boost.Describe already does that and a ton more.