[Issue 2200] std.string.format behaves wrong when passing an interface reference

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 7 13:00:23 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2200





------- Comment #1 from 2korden at gmail.com  2008-07-07 15:00 -------
Currently writef/writefln fails with compile-time error deep inside std.format
implementation with a "No property toString for test.I" error. It should be
also updated to use cast to Object.

Or, if it is made by design, std.string.format should fail with the same reason
at compile-time.


-- 



More information about the Digitalmars-d-bugs mailing list