Skip to content

Commit eb18f34

Browse files
committed
[dcl.dcl] Add missing \terminal to alias-declaration grammar.
1 parent a23eddd commit eb18f34

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
@@ -44,7 +44,7 @@
4444

4545
\begin{bnf}
4646
\nontermdef{alias-declaration}\br
47-
\terminal{using} identifier attribute-specifier-seq\opt = type-id \terminal{;}
47+
\terminal{using} identifier attribute-specifier-seq\opt \terminal{=} type-id \terminal{;}
4848
\end{bnf}
4949

5050
\begin{bnf}

0 commit comments

Comments
 (0)