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 963bd7e commit 7fab90fCopy full SHA for 7fab90f
source/classes.tex
@@ -4767,8 +4767,9 @@
4767
member function, the reference is ill-formed if the
4768
left operand (considered as a pointer in the
4769
``\tcode{.}''
4770
-operator case) cannot be implicitly converted to a
4771
-pointer to the identically cv-qualified naming class of the right operand.
+operator case), with the cv-qualification on the pointed to class discarded,
+cannot be implicitly converted to a pointer to
4772
+the cv-unqualified version of the naming class of the right operand.
4773
\begin{note}
4774
This requirement is in addition to the requirement that
4775
the member be accessible as named.
0 commit comments