http://d.puremagic.com/issues/show_bug.cgi?id=9266
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #4 from Kenji Hara <[email protected]> 2013-01-08 17:30:31 PST --- (In reply to comment #3) > Further reduced test case: > > template Foo(T...) { > T Foo; > } > > struct Bar() > { > alias Foo!int f; > } > > void main() { > Bar!() a, b; > } Thanks for your work! A pull request to fix the issue: https://github.com/D-Programming-Language/dmd/pull/1447 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
