http://d.puremagic.com/issues/show_bug.cgi?id=8602
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #6 from Kenji Hara <[email protected]> 2013-02-05 21:05:08 PST --- (In reply to comment #5) > (In reply to comment #3) > > Further reduced. > > ------------------ > > template T8602(func...) if (func.length == 1) { } > > > > struct Bug8602 { > > auto xx() { } > > } > > > > T8602!(mixin("Bug8602.xx")) mm; > > The ICE is gone in git-head, now only gives: > > Error: T8602!(xx) is used as a type This is correct behavior, because T8602!(Bug8602.xx) does not make a type. Maybe this is a dup of bug 5933. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
