mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-fno-pretty-templates The gcc option -fno-pretty-templates changes the __PRETTY_FUNCTION__ from e.g. "auto n() [with E = E]" to "auto n<E>()" (more like MSVC). Pass the entire __PRETTY_FUNCTION__ / __FUNCSIG__ to pretty_name(), and truncate it there, checking the last character if necessary to determine the format used. |
||
|---|---|---|
| .. | ||
| 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 | ||
| WORKSPACE.bazel | ||