We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aa28e commit 7e4df5aCopy full SHA for 7e4df5a
source/meta.tex
@@ -6627,9 +6627,9 @@
6627
then either:
6628
\begin{itemize}
6629
\item
6630
- \tcode{$N_K$ != $N_L$} is \tcode{true} or
+ $N_K$ is not the same identifier as $N_L$ or
6631
6632
- \tcode{$N_K$ == u8"_"} is \tcode{true}.
+ $N_K$ is the identifier \tcode{_} (\ucode{005f} low line).
6633
\begin{note}
6634
Every provided identifier is unique or \tcode{"_"}.
6635
\end{note}
@@ -6665,7 +6665,7 @@
6665
If $N_K$ is $\bot$,
6666
$M_K$ is an unnamed bit-field.
6667
Otherwise, $M_K$ is a non-static data member whose name is the identifier
6668
- determined by the character sequence encoded by $N_K$ in UTF-8.
+ $N_K$.
6669
6670
The type of $M_K$ is $T_K$.
6671
0 commit comments