Skip to content

Commit eed6444

Browse files
committed
[class.mem.general] Add missing \grammarterm and $...$
1 parent ad97123 commit eed6444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
describing the potential declaration of a non-static data member where
10191019
\begin{itemize}
10201020
\item $T$ is a type,
1021-
\item $N$ is an identifier or $\bot$,
1021+
\item $N$ is an \grammarterm{identifier} or $\bot$,
10221022
\item $A$ is an alignment or $\bot$,
10231023
\item $W$ is a bit-field width or $\bot$, and
10241024
\item $\mathit{NUA}$ is a boolean value.
@@ -1041,7 +1041,7 @@
10411041
is otherwise declared without an \grammarterm{alignment-specifier},
10421042
\item
10431043
it is a bit-field\iref{class.bit} with the width given by $W$
1044-
if W is not $\bot$ and is otherwise not a bit-field, and
1044+
if $W$ is not $\bot$ and is otherwise not a bit-field, and
10451045
\item
10461046
it is declared with
10471047
the attribute \tcode{[[no_unique_address]]}\iref{dcl.attr.nouniqueaddr}

0 commit comments

Comments
 (0)