[Issue 8602] ICE(mtype.c) string mixin + auto return type + template tuple
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 4 13:45:21 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8602
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list