Skip to content

Commit 407ecd7

Browse files
jensmaurertkoeppe
authored andcommitted
[namespace.udecl] Remove stray newline in grammar production (#1026)
Fixes #482.
1 parent fda0b03 commit 407ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@
26742674

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

26802680
The set of declarations introduced by the \grammarterm{using-declaration} is found by

0 commit comments

Comments
 (0)