Typesafe variadics in any position

Steven Schveighoffer schveiguy at yahoo.com
Tue Feb 26 14:16:29 PST 2013


On Tue, 26 Feb 2013 17:04:40 -0500, timotheecour  
<thelastmammoth at gmail.com> wrote:

> I proposed this a few weeks ago, but nobody gave feedback. This would  
> enable it without worrying about special cases.
>
> http://forum.dlang.org/thread/miqtvuufvlwgfzblexxp@forum.dlang.org
> feature request: special optional argument (__FILE__, ...) AFTER  
> variadic template.

I think this is a different problem, the issue I'm talking about is  
typesafe variadics, not variadic templates.

> Please let me know what you think!

Doesn't this work?

foo(string filename=__FILE__, T...)(T args)

-Steve


More information about the Digitalmars-d mailing list