http://d.puremagic.com/issues/show_bug.cgi?id=3737
--- Comment #5 from Don <[email protected]> 2010-01-25 13:01:07 PST --- Reduced test case. Something to do with opDispatch. ====================== int crayon; struct SIB(alias junk) { template Alike(V) { enum bool Alike = Q == V.garbage; } void opDispatch(string s)() { static assert(Alike!(SIB!(crayon))); } } void main() { SIB!(SIB!(crayon).E)(3.0); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
