[Issue 9503] [grammar] template declaration/instance must take one or more arguments?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 12 21:26:18 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9503



--- Comment #2 from github-bugzilla at puremagic.com 2013-02-12 21:26:18 PST ---
Commits pushed to master at
https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/2c34db6317318825ae9387e3954f65c06f2ac102
fix Issue 9503 - [grammar] template declaration/instance must take one or more
arguments?

- Define TemplateParameters and TemplateArguments, and use them as like
Parameters
- Function template and template constructor also couldn't take zero template
parameters.
  Moreover, DeclarationSuffix had been wrong, because TemplateParameterList
does not have both side parenthesis.

https://github.com/D-Programming-Language/d-programming-language.org/commit/8de780bf1457fd8c9eca9e683cd6bb25fa140418
Merge pull request #274 from 9rnsr/fix9503

Issue 9503 - [grammar] template declaration/instance must take one or more
arguments?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list