[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 26 11:33:56 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4173


Don <clugdbug at yahoo.com.au> 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 <clugdbug at yahoo.com.au> 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: -------


More information about the Digitalmars-d-bugs mailing list