Skip to content

Commit 7e4df5a

Browse files
burblebeetkoeppe
authored andcommitted
LWG4443 Clean up identifier comparisons in meta::define_aggregate
Fixes NB US 127-190 (C++26 CD).
1 parent 06aa28e commit 7e4df5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/meta.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6627,9 +6627,9 @@
66276627
then either:
66286628
\begin{itemize}
66296629
\item
6630-
\tcode{$N_K$ != $N_L$} is \tcode{true} or
6630+
$N_K$ is not the same identifier as $N_L$ or
66316631
\item
6632-
\tcode{$N_K$ == u8"_"} is \tcode{true}.
6632+
$N_K$ is the identifier \tcode{_} (\ucode{005f} low line).
66336633
\begin{note}
66346634
Every provided identifier is unique or \tcode{"_"}.
66356635
\end{note}
@@ -6665,7 +6665,7 @@
66656665
If $N_K$ is $\bot$,
66666666
$M_K$ is an unnamed bit-field.
66676667
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.
6668+
$N_K$.
66696669
\item
66706670
The type of $M_K$ is $T_K$.
66716671
\item

0 commit comments

Comments
 (0)