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 32ec75e commit da436f8Copy full SHA for da436f8
source/intro.tex
@@ -243,8 +243,9 @@
243
glvalue refers
244
245
\begin{example}
246
-If a pointer\iref{dcl.ptr} \tcode{p} whose static type is ``pointer to
247
-class \tcode{B}'' is pointing to an object of class \tcode{D}, derived
+If a pointer\iref{dcl.ptr} \tcode{p} whose type is ``pointer to
+class \tcode{B}'' is pointing to a base class subobject
248
+of class \tcode{B}, whose most derived object is of class \tcode{D}, derived
249
from \tcode{B}\iref{class.derived}, the dynamic type of the
250
expression \tcode{*p} is ``\tcode{D}''. References\iref{dcl.ref} are
251
treated similarly.
0 commit comments