[Issue 4852] core.demangle cannot demangle functions with class/struct return types
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 14 23:30:50 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4852
--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> 2011-02-14 23:28:17 PST ---
In my version of druntime I've exposed a version with AddType support by adding
a function like this:
char[] demangle( const(char)[] buf, bool addType_, char[] dst = null )
{
auto d = Demangle(buf, addType_ ? Demangle.AddType.yes :
Demangle.AddType.no, dst);
return d();
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list