http://d.puremagic.com/issues/show_bug.cgi?id=8602
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Andrej Mitrovic <[email protected]> 2013-02-04 13:45:19 PST --- (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 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
