Skip to content

Commit 7fab90f

Browse files
Discard cv-qualifications for the purpose of accessibility
1 parent 963bd7e commit 7fab90f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/classes.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4767,8 +4767,9 @@
47674767
member function, the reference is ill-formed if the
47684768
left operand (considered as a pointer in the
47694769
``\tcode{.}''
4770-
operator case) cannot be implicitly converted to a
4771-
pointer to the identically cv-qualified naming class of the right operand.
4770+
operator case), with the cv-qualification on the pointed to class discarded,
4771+
cannot be implicitly converted to a pointer to
4772+
the cv-unqualified version of the naming class of the right operand.
47724773
\begin{note}
47734774
This requirement is in addition to the requirement that
47744775
the member be accessible as named.

0 commit comments

Comments
 (0)