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 b6ea0f4 commit 27370eeCopy full SHA for 27370ee
source/meta.tex
@@ -6493,12 +6493,9 @@
6493
\item
6494
\tcode{$N_K$ != $N_L$} is \tcode{true} or
6495
6496
- \tcode{$N_K$ != u8"_"} is \tcode{true}.
+ \tcode{$N_K$ == u8"_"} is \tcode{true}.
6497
\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.
+ Every provided identifier is unique or \tcode{"_"}.
6502
\end{note}
6503
\end{itemize}
6504
0 commit comments