Is std.demangle usable?

Sean Kelly sean at invisibleduck.org
Wed Dec 22 20:34:54 PST 2010


Sean Kelly Wrote:

> std.demangle is moderately broken.  Use core.demangle instead.  I meant to have std.demangle call core.demangle for this release, but forgot to make the change.

Okay, I'm about to check in this change.  With it, demangle works on the string you supplied provided it's prefixed with "_D8" or "D8".  Simply having "demangle4mainFAAyaZv4testMFZv" isn't a complete symbol.


More information about the Digitalmars-d mailing list