We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c025a57 commit 89f8412Copy full SHA for 89f8412
source/declarations.tex
@@ -6949,9 +6949,11 @@
6949
\end{codeblock}
6950
\end{example}
6951
\indextext{member!enumerator}%
6952
+\begin{note}
6953
An enumerator declared in class scope can be referred to using the class
-member access operators (\tcode{::}, \tcode{.} (dot) and \tcode{->}
6954
-(arrow)), see~\ref{expr.ref}.
+member access operators \tcode{.} (dot) and \tcode{->}
6955
+(arrow)\iref{expr.ref},
6956
+or with the scope resolution operator \tcode{::}\iref{class.qual}.
6957
\begin{example}
6958
\begin{codeblock}
6959
struct X {
@@ -6969,6 +6971,7 @@
6969
6971
}
6970
6972
6973
6974
+\end{note}
6975
6976
\rSec2[enum.udecl]{The \tcode{using enum} declaration}%
6977
\indextext{enumeration!using declaration}%
0 commit comments