On 1/17/15 10:08 AM, Mathias LANG wrote:
On Saturday, 17 January 2015 at 17:42:08 UTC, Andrei Alexandrescu wrote:
On 1/17/15 3:34 AM, Douglas Peterson wrote:
https://en.wikipedia.org/wiki/Variadic_template
Isn't it a pity that the first language supporting them hasn't even a
section over there ? I invite any expert interested into the task to
write the missing D section.
Good idea. I created https://issues.dlang.org/show_bug.cgi?id=13994 to
track this. Any takers? -- Andrei
Yes.
Though it would be nice (but not necessary) to have your input on
https://github.com/D-Programming-Language/phobos/pull/2687 first.
Does that do a lot of moving stuff to a separate module? I have to say
that after porting a bunch of code from 2.065 to 2.067.1 at work, I'm
less keen about renaming stuff than I used to.
Andrei