File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 149
149
\begin {bnf }
150
150
\nontermdef {parameters-and-qualifiers}\br
151
151
\terminal {(} parameter-declaration-clause \terminal {)} \opt {cv-qualifier-seq}\br
152
- \hspace *{ \bnfindentinc } \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq}
152
+ \bnfindent \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq}
153
153
\end {bnf }
154
154
155
155
\begin {bnf }
1223
1223
has the form
1224
1224
\begin {ncsimplebnf }
1225
1225
\terminal {D1 (} parameter-declaration-clause \terminal {)} \opt {cv-qualifier-seq}\br
1226
- \hspace *{ \bnfindentinc } \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq}
1226
+ \bnfindent \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq}
1227
1227
\end {ncsimplebnf }
1228
1228
and the type of the contained
1229
1229
\grammarterm {declarator-id}
1260
1260
1261
1261
\begin {ncsimplebnf }
1262
1262
\terminal {D1 (} parameter-declaration-clause \terminal {)} \opt {cv-qualifier-seq}\br
1263
- \hspace *{ \bnfindentinc } \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq} trailing-return-type
1263
+ \bnfindent \opt {ref-qualifier} \opt {noexcept-specifier} \opt {attribute-specifier-seq} trailing-return-type
1264
1264
\end {ncsimplebnf }
1265
1265
1266
1266
and the type of the contained
Original file line number Diff line number Diff line change 825
825
lambda-introducer lambda-declarator \opt {requires-clause} compound-statement\br
826
826
lambda-introducer \terminal {<} template-parameter-list \terminal {>} \opt {requires-clause} compound-statement\br
827
827
lambda-introducer \terminal {<} template-parameter-list \terminal {>} \opt {requires-clause}\br
828
- \hspace *{ \bnfindentinc } lambda-declarator \opt {requires-clause} compound-statement
828
+ \bnfindent lambda-declarator \opt {requires-clause} compound-statement
829
829
\end {bnf }
830
830
831
831
\begin {bnf }
836
836
\begin {bnf }
837
837
\nontermdef {lambda-declarator}\br
838
838
\terminal {(} parameter-declaration-clause \terminal {)} \opt {decl-specifier-seq}\br
839
- \hspace *{ \bnfindentinc } \opt {noexcept-specifier} \opt {attribute-specifier-seq} \opt {trailing-return-type}
839
+ \bnfindent \opt {noexcept-specifier} \opt {attribute-specifier-seq} \opt {trailing-return-type}
840
840
\end {bnf }
841
841
842
842
\pnum
You can’t perform that action at this time.
0 commit comments