http://d.puremagic.com/issues/show_bug.cgi?id=3831
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Andrej Mitrovic <[email protected]> 2013-02-01 17:02:44 PST --- (In reply to comment #5) > 3086 doesn't fix it. It could be fixed by having toString() demangle the deco. Well it returns 'FfZi' for this function: int foo(float x) { return 0; } But std.demangle doesn't decode it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
