Hacker News new | ask | show | jobs
by kccqzy 337 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__.

1 comments

That's not demangling a mangled name, it's retrieving the unmangled name of a symbol.