File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1289
1289
deduced~(\ref {dcl.spec.auto }).
1290
1290
\indextext {deduction!class template arguments}%
1291
1291
A \grammarterm {type-specifier} of the form
1292
- \tcode {typename}\opt {} \grammarterm {nested-name-specifier}\opt { } \grammarterm {template-name}
1292
+ \opt { \ tcode {typename}} \opt {\grammarterm {nested-name-specifier}} \grammarterm {template-name}
1293
1293
is a placeholder for a deduced class type
1294
1294
and shall appear only as a \grammarterm {decl-specifier}
1295
1295
in the \grammarterm {decl-specifier-seq}
Original file line number Diff line number Diff line change 1262
1262
\tcode {D}
1263
1263
is
1264
1264
`` \placeholder {derived-declarator-type-list}
1265
- \tcode {noexcept}\opt { }
1265
+ \opt { \ tcode {noexcept}}
1266
1266
function of
1267
1267
(\grammarterm {parameter-declaration-clause} )
1268
1268
\grammarterm {\opt {cv-qualifier-seq}} \grammarterm {\opt {ref-qualifier}}
1300
1300
\tcode {D}
1301
1301
is
1302
1302
`` \placeholder {derived-declarator-type-list}
1303
- \tcode {noexcept}\opt { }
1303
+ \opt { \ tcode {noexcept}}
1304
1304
function of
1305
1305
(\grammarterm {parameter-declaration-clause})
1306
- \grammarterm {cv-qualifier-seq}\opt {} \grammarterm {ref-qualifier}\opt { }
1306
+ \opt { \ grammarterm {cv-qualifier-seq}} \opt {\grammarterm {ref-qualifier}}
1307
1307
returning \tcode {U}'' ,
1308
1308
where \tcode {U} is the type specified by
1309
1309
the \grammarterm {trailing-return-type}, and
2431
2431
2432
2432
\begin {bnf }
2433
2433
\nontermdef {braced-init-list}\br
2434
- \terminal {\{ } initializer-list \terminal {, \opt { }} \terminal {\} }\br
2434
+ \terminal {\{ } initializer-list \opt { \terminal {, }} \terminal {\} }\br
2435
2435
\terminal {\{ } \terminal {\} }
2436
2436
\end {bnf }
2437
2437
Original file line number Diff line number Diff line change 616
616
617
617
\begin {bnf }
618
618
\nontermdef {capture-list}\br
619
- capture \terminal {...\opt { }}\br
620
- capture-list \terminal {,} capture \terminal {...\opt { }}
619
+ capture \opt { \ terminal {...}}\br
620
+ capture-list \terminal {,} capture \opt { \ terminal {...}}
621
621
\end {bnf }
622
622
623
623
\begin {bnf }
You can’t perform that action at this time.
0 commit comments