[Issue 15310] [dmd-internal] TemplateDeclaration should be converted to TemplateExp always

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 29 09:48:04 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15310

--- Comment #3 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b48750021ba5fa3f6efe849f219ff4267716b461
fix Issue 15310 - [dmd-internal] TemplateDeclaration should be converted to
TemplateExp always

Either TemplateExp or ScopeExp was used for a template symbol, but it was
problematic.

--


More information about the Digitalmars-d-bugs mailing list