https://d.puremagic.com/issues/show_bug.cgi?id=1659
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Vladimir Panteleev <[email protected]> 2014-02-04 00:32:36 EET --- Still happens with 2.064. The typedef part is no longer relevant as the language feature is going away, but the class hierarchy part remains. Shorter test case: class Foo { } class Bar : Foo { } void f(T : Foo)() { } void f(alias T)() { assert(false); } void main() { f!Bar(); } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
