http://d.puremagic.com/issues/show_bug.cgi?id=9718
--- Comment #1 from [email protected] 2013-03-14 11:32:07 PDT --- Reduced test case: template Foo(T) { enum size_t Foo = T.sizeof; } Spam s1; struct Bar { Spam s2; } alias int[Foo!Bar] Spam; void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
