template constraint diagnostics

Trass3r via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 16 14:12:16 PDT 2014


> I don't think it would be too difficult. You are analyzing an 
> expression that evaluates to false, and it wouldn't take much 
> to dig down to find out which subexpressions cause the false to 
> occur.

I think it's not that straightforward in dmd as it simply 
delegates the constraint to the interpreter and uses the 
resulting bool.


More information about the Digitalmars-d mailing list