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' |
||
|---|---|---|
| .. | ||
| 3rdparty/Catch2 | ||
| .bazelrc | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| meson.build | ||
| MODULE.bazel | ||
| test.cpp | ||
| test_aliases.cpp | ||
| test_containers.cpp | ||
| test_flags.cpp | ||
| test_nonascii.cpp | ||
| test_wchar_t.cpp | ||
| WORKSPACE.bazel | ||