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 12821282a type to be deduced~(\ref {dcl.spec.auto }).
12831283\indextext {deduction!class template arguments}%
12841284A \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}
12861286is a placeholder for
12871287a deduced class type~(\ref {dcl.type.class.deduct }).
12881288The \grammarterm {template-name} shall name a class template
Original file line number Diff line number Diff line change 12531253\tcode {D}
12541254is
12551255`` \placeholder {derived-declarator-type-list}
1256- \tcode {noexcept}\opt { }
1256+ \opt { \ tcode {noexcept}}
12571257function of
12581258(\grammarterm {parameter-declaration-clause})
12591259\opt {\grammarterm {cv-qualifier-seq}} \opt {\grammarterm {ref-qualifier}}
12911291\tcode {D}
12921292is
12931293`` \placeholder {derived-declarator-type-list}
1294- \tcode {noexcept}\opt { }
1294+ \opt { \ tcode {noexcept}}
12951295function of
12961296(\grammarterm {parameter-declaration-clause})
1297- \grammarterm {cv-qualifier-seq}\opt {} \grammarterm {ref-qualifier}\opt { }
1297+ \opt { \ grammarterm {cv-qualifier-seq}} \opt {\grammarterm {ref-qualifier}}
12981298returning \tcode {U}'' ,
12991299where \tcode {U} is the type specified by
13001300the \grammarterm {trailing-return-type}, and
24242424
24252425\begin {bnf }
24262426\nontermdef {braced-init-list}\br
2427- \terminal {\{ } initializer-list \terminal {, \opt { }} \terminal {\} }\br
2427+ \terminal {\{ } initializer-list \opt { \terminal {, }} \terminal {\} }\br
24282428 \terminal {\{ } \terminal {\} }
24292429\end {bnf }
24302430
Original file line number Diff line number Diff line change 960960
961961\begin {bnf }
962962\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 {...}}
965965\end {bnf }
966966
967967\begin {bnf }
You can’t perform that action at this time.
0 commit comments