http://d.puremagic.com/issues/show_bug.cgi?id=6475
--- Comment #2 from Ellery Newcomer <[email protected]> 2012-02-18 12:04:15 PST --- and again. dmd 2.058 64 bit code: class Foo(Value){ template T1(size_t n){ alias int T1; } } void main(){ alias Foo!(int) C2; alias C2.T1!0 a1; } fireworks: junk.d(5): Error: alias junk.main.C2 template identifier T1 is not a member of alias C2 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
