[Issue 9273] DMD Segfaulting with templated ctors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 8 23:25:24 PST 2013


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



--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2013-01-08 23:25:22 PST ---
Most simple test case from bug 8768.

---
class A {    
    this(T)() {}
}
class B : A {
    this() {}
}
----

B.this() cannot call A.this(T)() implicitly.

-- 
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