http://d.puremagic.com/issues/show_bug.cgi?id=3715
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan M Davis <[email protected]> 2010-09-17 23:48:07 PDT --- nothrow and pure don't work either. My guess is that toString() must have the _exact_ signature of public string toString() or it doesn't work with format(), so _no_ other function modifiers can be used on it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
