Skip to content

Commit 693895e

Browse files
committed
[temp] Replace "ncbnftab" environment with "ncsimplebnf" where no actual tabbing is used.
1 parent 18c6909 commit 693895e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/templates.tex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4622,9 +4622,9 @@
46224622
as described in this subclause.
46234623
In an expression of the form:
46244624

4625-
\begin{ncbnftab}
4625+
\begin{ncsimplebnf}
46264626
postfix-expression \terminal{(} \opt{expression-list} \terminal{)}
4627-
\end{ncbnftab}
4627+
\end{ncsimplebnf}
46284628

46294629
where the
46304630
\grammarterm{postfix-expression}
@@ -5137,7 +5137,7 @@
51375137
\grammarterm{new-type-id}
51385138
is dependent, even if any subexpression is type-dependent:
51395139

5140-
\begin{ncbnftab}
5140+
\begin{ncsimplebnf}
51415141
simple-type-specifier \terminal{(} \opt{expression-list} \terminal{)}\br
51425142
\terminal{\opt{::} new} \opt{new-placement} new-type-id \opt{new-initializer}\br
51435143
\terminal{\opt{::} new} \opt{new-placement} \terminal{(} type-id \terminal{)} \opt{new-initializer}\br
@@ -5146,13 +5146,13 @@
51465146
\terminal{const_cast <} type-id \terminal{> (} expression \terminal{)}\br
51475147
\terminal{reinterpret_cast <} type-id \terminal{> (} expression \terminal{)}\br
51485148
\terminal{(} type-id \terminal{)} cast-expression
5149-
\end{ncbnftab}
5149+
\end{ncsimplebnf}
51505150

51515151
\pnum
51525152
Expressions of the following forms are never type-dependent (because the type
51535153
of the expression cannot be dependent):
51545154

5155-
\begin{ncbnftab}
5155+
\begin{ncsimplebnf}
51565156
literal\br
51575157
postfix-expression \terminal{.} pseudo-destructor-name\br
51585158
postfix-expression \terminal{->} pseudo-destructor-name\br
@@ -5166,7 +5166,7 @@
51665166
\terminal{\opt{::} delete [ ]} cast-expression\br
51675167
\terminal{throw} \opt{assignment-expression}\br
51685168
\terminal{noexcept} \terminal{(} expression \terminal{)}
5169-
\end{ncbnftab}
5169+
\end{ncsimplebnf}
51705170

51715171
\begin{note} For the standard library macro \tcode{offsetof},
51725172
see~\ref{support.types}.\end{note}
@@ -5245,14 +5245,14 @@
52455245
\grammarterm{type-id}
52465246
is dependent:
52475247

5248-
\begin{ncbnftab}
5248+
\begin{ncsimplebnf}
52495249
\terminal{sizeof} unary-expression\br
52505250
\terminal{sizeof (} type-id \terminal{)}\br
52515251
\terminal{typeid (} expression \terminal{)}\br
52525252
\terminal{typeid (} type-id \terminal{)}\br
52535253
\terminal{alignof (} type-id \terminal{)}\br
52545254
\terminal{noexcept} \terminal{(} expression \terminal{)}
5255-
\end{ncbnftab}
5255+
\end{ncsimplebnf}
52565256

52575257
\begin{note} For the standard library macro \tcode{offsetof},
52585258
see~\ref{support.types}.\end{note}
@@ -5268,21 +5268,21 @@
52685268
\grammarterm{cast-expression}
52695269
is value-dependent:
52705270

5271-
\begin{ncbnftab}
5271+
\begin{ncsimplebnf}
52725272
simple-type-specifier \terminal{(} \opt{expression-list} \terminal{)}\br
52735273
\terminal{static_cast <} type-id \terminal{> (} expression \terminal{)}\br
52745274
\terminal{const_cast <} type-id \terminal{> (} expression \terminal{)}\br
52755275
\terminal{reinterpret_cast <} type-id \terminal{> (} expression \terminal{)}\br
52765276
\terminal{(} type-id \terminal{)} cast-expression
5277-
\end{ncbnftab}
5277+
\end{ncsimplebnf}
52785278

52795279
\pnum
52805280
Expressions of the following form are value-dependent:
52815281

5282-
\begin{ncbnftab}
5282+
\begin{ncsimplebnf}
52835283
\terminal{sizeof} \terminal{...} \terminal{(} identifier \terminal{)}\br
52845284
fold-expression
5285-
\end{ncbnftab}
5285+
\end{ncsimplebnf}
52865286

52875287
\pnum
52885288
An expression of the form \tcode{\&}\grammarterm{qualified-id} where the

0 commit comments

Comments
 (0)