Alternative template instantiation syntax

F i L witte2008 at gmail.com
Fri Jan 27 14:02:54 PST 2012


Timon Gehr wrote:
> alias MyFoo = Foo!q{
>
> }

This syntax makes a lot of sense, but why have the '=' at all? 
Why not just:

alias Num float;
alias MyFoo Foo!q{

};




More information about the Digitalmars-d mailing list