On 4/5/11 12:21 PM, enuhtac wrote:
[…]
   static if (is(int[10] W : W[V], int V))

what is the essential difference to:

     static if( is( A!(int, "xxx") T == A!(T, s), string s ) )

This is probably merely a bug, I just stumbled across something similar: http://d.puremagic.com/issues/show_bug.cgi?id=5830

David

Reply via email to