Why can't templatized classes be aliased ?

KeyboardRider KeyboardRider at nowhere.com
Fri May 10 09:26:33 PDT 2013


On Friday, 10 May 2013 at 15:57:48 UTC, anonymous wrote:
> On Friday, 10 May 2013 at 15:53:25 UTC, KeyboardRider wrote:
>> Why isn't it possible, technically, to alias a template ?
>> (such like that:)
>>
>> version(1)
>> {
>>  alias (Implementator1(T)) ChosenImplementator(T);
>> }
>
> alias Implementator1 ChosenImplementator;

All right thx. Nothing else to add. ;)



More information about the Digitalmars-d mailing list