File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1282
1282
a type to be deduced~(\ref {dcl.spec.auto }).
1283
1283
\indextext {deduction!class template arguments}%
1284
1284
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}
1286
1286
is a placeholder for
1287
1287
a deduced class type~(\ref {dcl.type.class.deduct }).
1288
1288
The \grammarterm {template-name} shall name a class template
Original file line number Diff line number Diff line change 1253
1253
\tcode {D}
1254
1254
is
1255
1255
`` \placeholder {derived-declarator-type-list}
1256
- \tcode {noexcept}\opt { }
1256
+ \opt { \ tcode {noexcept}}
1257
1257
function of
1258
1258
(\grammarterm {parameter-declaration-clause})
1259
1259
\opt {\grammarterm {cv-qualifier-seq}} \opt {\grammarterm {ref-qualifier}}
1291
1291
\tcode {D}
1292
1292
is
1293
1293
`` \placeholder {derived-declarator-type-list}
1294
- \tcode {noexcept}\opt { }
1294
+ \opt { \ tcode {noexcept}}
1295
1295
function of
1296
1296
(\grammarterm {parameter-declaration-clause})
1297
- \grammarterm {cv-qualifier-seq}\opt {} \grammarterm {ref-qualifier}\opt { }
1297
+ \opt { \ grammarterm {cv-qualifier-seq}} \opt {\grammarterm {ref-qualifier}}
1298
1298
returning \tcode {U}'' ,
1299
1299
where \tcode {U} is the type specified by
1300
1300
the \grammarterm {trailing-return-type}, and
2424
2424
2425
2425
\begin {bnf }
2426
2426
\nontermdef {braced-init-list}\br
2427
- \terminal {\{ } initializer-list \terminal {, \opt { }} \terminal {\} }\br
2427
+ \terminal {\{ } initializer-list \opt { \terminal {, }} \terminal {\} }\br
2428
2428
\terminal {\{ } \terminal {\} }
2429
2429
\end {bnf }
2430
2430
Original file line number Diff line number Diff line change 960
960
961
961
\begin {bnf }
962
962
\nontermdef {capture-list}\br
963
- capture \terminal {...\opt { }}\br
964
- capture-list \terminal {,} capture \terminal {...\opt { }}
963
+ capture \opt { \ terminal {...}}\br
964
+ capture-list \terminal {,} capture \opt { \ terminal {...}}
965
965
\end {bnf }
966
966
967
967
\begin {bnf }
Original file line number Diff line number Diff line change 10678
10678
10679
10679
\begin {ncbnf }
10680
10680
\nontermdef {directory-separator}\br
10681
- preferred-separator directory-separator\opt \br
10682
- fallback-separator directory-separator\opt
10681
+ preferred-separator \opt { directory-separator} \br
10682
+ fallback-separator \opt { directory-separator}
10683
10683
\end {ncbnf }
10684
10684
10685
10685
\begin {ncbnf }
You can’t perform that action at this time.
0 commit comments