Skip to content

Commit 27370ee

Browse files
committed
[meta.reflection.define.aggregate] Fix note text and !=/==.
This seems to have been a mistake during application of P2996R13.
1 parent b6ea0f4 commit 27370ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/meta.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6493,12 +6493,9 @@
64936493
\item
64946494
\tcode{$N_K$ != $N_L$} is \tcode{true} or
64956495
\item
6496-
\tcode{$N_K$ != u8"_"} is \tcode{true}.
6496+
\tcode{$N_K$ == u8"_"} is \tcode{true}.
64976497
\begin{note}
6498-
$C$ can be a class template specialization
6499-
for which there is a reachable definition of the class template.
6500-
In this case,
6501-
the injected declaration is an explicit specialization.
6498+
Every provided identifier is unique or \tcode{"_"}.
65026499
\end{note}
65036500
\end{itemize}
65046501
\end{itemize}

0 commit comments

Comments
 (0)