Voting: std.logger
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 10 08:53:44 PDT 2014
"Timon Gehr" wrote in message news:luprft$29v6$1 at digitalmars.com...
> 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
More information about the Digitalmars-d
mailing list