Variadic templates

Walter Bright newshound at digitalmars.com
Thu Nov 2 18:06:49 PST 2006


Carlos Santander wrote:
> 
> Is that really needed? Forgive the syntax, but wouldn't this work?
> 
> void foo (T) (T [] args ...)
> {
>     ...
> }

It might, but I want to see if we can get by without it first.



More information about the Digitalmars-d mailing list