http://d.puremagic.com/issues/show_bug.cgi?id=9266
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-01-03 16:32:14 PST --- A little minimized: template Foo(T...) { alias T Foo; } struct Bar(U...) { template spam(U...) { alias Foo!(FieldSpec!(U[0])) spam; } alias spam!U baz; } int main() { Bar!(ulong) a, b; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
