gimli-rs / cpp_demangle

A crate for demangling C++ symbols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to add a space in `operator new` but don't

fitzgen opened this issue · comments

failed to match libiberty's demangling: _ZnwmRKSt9nothrow_t
           ...we demangled to: operatornew(unsigned long, std::nothrow_t const&)
    ...libiberty demangled to: operator new(unsigned long, std::nothrow_t const&)