http://d.puremagic.com/issues/show_bug.cgi?id=4173
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Explicitly instantiated |Regression(2.037) |templates still try to do |Explicitly instantiated |IFTI in some cases |templates still try to do | |IFTI in some cases --- Comment #1 from Don <[email protected]> 2010-07-26 11:33:55 PDT --- Reduced test case: class I(X) { } // also for interface void fn(T)(I!T t1) { } void fn(A, B)(int t1) { } class C : I!int { } void bug4173() { C c; fn!(int)(c); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
