Walter Bright wrote:
tama wrote:I tested following code.writefln(3 * 4); This code doesn't work in the first place:-<Yes, that's one of the breaking changes in the new phobos2. writefln expects its first argument to be a format string. If it isn't, use writeln instead.
I just hit the same breakage. :(Since the compiler can detect this situation statically, shouldn't Phobos just statically redirect the call to writeln() ?
