request switch statement with common block

bearophile bearophileHUGS at lycos.com
Sun Aug 4 11:02:39 PDT 2013


Ali Çehreli:

> > template Pair(T) = Tuple(T, T);
>
> Instead, the following works (alias and !):
>
> alias Pair(T) = Tuple!(T, T);
>
> Is my change right?

Your change is right, I didn't give enough attention on the code 
I wrote, sorry :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list