Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gram.dcl] Extra line between using-declaration and using-directive #482

Closed
AndrewPaxie opened this issue Apr 15, 2015 · 0 comments
Closed
Assignees

Comments

@AndrewPaxie
Copy link

In N4431 [gram.dcl] there is one too many lines between the
using-declaration and using-directive nonterminals.

The cause of this formatting error is a leftover \br in the one remaining
production of using-declaration.

Suggested fix:

  \begin{bnf}
  \nontermdef{using-declaration}\br
-     \terminal{using typename\opt} nested-name-specifier unqualified-id \terminal{;}\br
+     \terminal{using typename\opt} nested-name-specifier unqualified-id \terminal{;}
  \end{bnf}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants