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 47cfafc commit a6a1f88Copy full SHA for a6a1f88
source/meta.tex
@@ -6659,9 +6659,9 @@
6659
then either:
6660
\begin{itemize}
6661
\item
6662
- \tcode{$N_K$ != $N_L$} is \tcode{true} or
+ \tcode{$N_K$} is not the same identifier as \tcode{$N_L$} or
6663
6664
- \tcode{$N_K$ == u8"_"} is \tcode{true}.
+ \tcode{$N_K$} is the identifier \tcode{_} (\ucode{005f} low line).
6665
\begin{note}
6666
Every provided identifier is unique or \tcode{"_"}.
6667
\end{note}
@@ -6697,7 +6697,7 @@
6697
If $N_K$ is $\bot$,
6698
$M_K$ is an unnamed bit-field.
6699
Otherwise, $M_K$ is a non-static data member whose name is the identifier
6700
- determined by the character sequence encoded by $N_K$ in UTF-8.
+ $N_K$.
6701
6702
The type of $M_K$ is $T_K$.
6703
0 commit comments