[Issue 8602] ICE(mtype.c) string mixin + auto return type + template tuple
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 28 00:51:40 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8602
--- Comment #3 from Don <clugdbug at yahoo.com.au> 2012-11-28 00:51:37 PST ---
Further reduced.
------------------
template T8602(func...) if (func.length == 1) { }
struct Bug8602 {
auto xx() { }
}
T8602!(mixin("Bug8602.xx")) mm;
--
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