Skip to content

Commit b2b266e

Browse files
authored
[temp.res.general] Fix nesting for \terminal{\opt{...}} (#7599)
1 parent 1b8d25f commit b2b266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4515,7 +4515,7 @@
45154515
\begin{bnf}
45164516
\nontermdef{typename-specifier}\br
45174517
\keyword{typename} nested-name-specifier identifier\br
4518-
\keyword{typename} nested-name-specifier \terminal{\opt{template}} simple-template-id
4518+
\keyword{typename} nested-name-specifier \opt{\terminal{template}} simple-template-id
45194519
\end{bnf}
45204520

45214521
\pnum

0 commit comments

Comments
 (0)