Skip to content

Commit 963bd7e

Browse files
Cv-qualification for access to base members
The pointed-to base type should be identically cv-qualified.
1 parent a417ade commit 963bd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4768,7 +4768,7 @@
47684768
left operand (considered as a pointer in the
47694769
``\tcode{.}''
47704770
operator case) cannot be implicitly converted to a
4771-
pointer to the naming class of the right operand.
4771+
pointer to the identically cv-qualified naming class of the right operand.
47724772
\begin{note}
47734773
This requirement is in addition to the requirement that
47744774
the member be accessible as named.

0 commit comments

Comments
 (0)