Skip to content

Commit fd8b842

Browse files
committed
manual fixes for \opt{} removal
1 parent d9cbb1c commit fd8b842

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\iref{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\iref{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
@@ -10675,8 +10675,8 @@
1067510675

1067610676
\begin{ncbnf}
1067710677
\nontermdef{directory-separator}\br
10678-
preferred-separator directory-separator\opt\br
10679-
fallback-separator directory-separator\opt
10678+
preferred-separator \opt{directory-separator}\br
10679+
fallback-separator \opt{directory-separator}
1068010680
\end{ncbnf}
1068110681

1068210682
\begin{ncbnf}

0 commit comments

Comments
 (0)