"Timon Gehr" wrote in message news:[email protected]...
Why? I cannot remember a compiler version where the following did not
work:
import std.stdio;
void fun(A...)(A args, int l = __LINE__){ writeln(args," ",l); }
void main(){ fun(1,2,3); }
I.e. there is absolutely no issue here.
Hmm, do it does. Maybe I was thinking of this: https://issues.dlang.org/show_bug.cgi?id=2599
