http://d.puremagic.com/issues/show_bug.cgi?id=7675
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2012-05-26 11:57:34 PDT --- (In reply to comment #1) > enforce(specCount == T.length, > new Exception(format("Arg count %s doesn't match spec count %s.", > T.length, specCount), file, line)); Andrei wants formatted printing to be sloppy, so currently this doesn't raise an error: import std.string; void main() { string res = format("%s ", 1, 2); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
