mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
It might make no sense, but on MSVC it can generate a compile-time error, especially if an enumerator's value is out of range. Example: error C3615: constexpr function 'magic_enum::detail::names' cannot result in a constant expression ... note: failure was caused by call of undefined function or one not declared 'constexpr' ... note: see usage of '__builtin_array_init_helper' |
||
|---|---|---|
| .. | ||
| magic_enum.hpp | ||
| magic_enum_all.hpp | ||
| magic_enum_containers.hpp | ||
| magic_enum_flags.hpp | ||
| magic_enum_format.hpp | ||
| magic_enum_fuse.hpp | ||
| magic_enum_iostream.hpp | ||
| magic_enum_switch.hpp | ||
| magic_enum_utility.hpp | ||