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 cb8ff12 commit 70b99afCopy full SHA for 70b99af
source/classes.tex
@@ -765,7 +765,7 @@
765
\item every member function of class \tcode{T};
766
\begin{note}
767
This restriction does not apply to constructors, which do not have
768
-names\iref{class.ctor}
+names\iref{class.ctor}.
769
\end{note}%
770
771
\item every member of class \tcode{T} that is itself a type;
@@ -1012,7 +1012,7 @@
1012
\grammarterm{cv-qualifier}{s}, which affect the type of the \keyword{this}
1013
pointer\iref{expr.prim.this},
1014
and/or a \grammarterm{ref-qualifier}\iref{dcl.fct};
1015
-both affect overload resolution\iref{over.match.funcs}
+both affect overload resolution\iref{over.match.funcs}.
1016
\end{note}
1017
1018
\pnum
0 commit comments