Help!

Walter Bright newshound2 at digitalmars.com
Mon Nov 26 11:54:39 PST 2012


On 11/27/2012 6:43 AM, Manu wrote:
> struct S {}
> isSymbol!S <- why isn't this ambiguous? both templates match that
> equally, why would it prefer the alias one?

When two templates match an argument list, the compiler picks the most 
specialized match.


More information about the Digitalmars-d mailing list