Variadic template alias parameters
Timon Gehr
timon.gehr at gmx.ch
Tue Jun 4 16:17:33 PDT 2013
On 06/05/2013 01:13 AM, Dylan Knutson wrote:
>> Also, please ask such questions in digitalmars.D.learn in the future.
>
> Sorry; I was trying to decide if if belonged there or here, so I decided
> on here because it was a question about D's grammar.
>
>> It wouldn't add any functionality.
>
> Oh; I didn't know that variadic template params were aliased. Thanks for
> the clarification :-)
Oh, it is more subtle than that. DMD won't accept built-in types as
arguments to alias template parameters, but they still can be passed as
arguments to variadic template params.
More information about the Digitalmars-d
mailing list