Skip to content

Commit 01a5e53

Browse files
committed
manual fixes for \opt{} removal
1 parent d27c4ef commit 01a5e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@
12821282
a type to be deduced~(\ref{dcl.spec.auto}).
12831283
\indextext{deduction!class template arguments}%
12841284
A \grammarterm{type-specifier} of the form
1285-
\tcode{typename}\opt{} \grammarterm{nested-name-specifier}\opt{} \grammarterm{template-name}
1285+
\opt{\tcode{typename}} \opt{\grammarterm{nested-name-specifier}} \grammarterm{template-name}
12861286
is a placeholder for
12871287
a deduced class type~(\ref{dcl.type.class.deduct}).
12881288
The \grammarterm{template-name} shall name a class template

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10679,8 +10679,8 @@
1067910679

1068010680
\begin{ncbnf}
1068110681
\nontermdef{directory-separator}\br
10682-
preferred-separator directory-separator\opt\br
10683-
fallback-separator directory-separator\opt
10682+
preferred-separator \opt{directory-separator}\br
10683+
fallback-separator \opt{directory-separator}
1068410684
\end{ncbnf}
1068510685

1068610686
\begin{ncbnf}

0 commit comments

Comments
 (0)