Comment by kccqzy
2 days ago
> de-mangle names at compile-time
Far from being standardized but it's possible today on GCC and Clang. You just abuse __PRETTY_FUNCTION__.
2 days ago
> de-mangle names at compile-time
Far from being standardized but it's possible today on GCC and Clang. You just abuse __PRETTY_FUNCTION__.
That's not demangling a mangled name, it's retrieving the unmangled name of a symbol.