We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ecd23 commit 66b6b97Copy full SHA for 66b6b97
source/expressions.tex
@@ -3827,7 +3827,8 @@
3827
\item If, in the most derived object pointed (referred) to by \tcode{v},
3828
\tcode{v} points (refers) to a public base class subobject of a
3829
\tcode{C} object, and if only one object of type \tcode{C} is derived
3830
-from the subobject pointed (referred) to by \tcode{v} the result points (refers) to that \tcode{C} object.
+from the subobject pointed (referred) to by \tcode{v},
3831
+the result points (refers) to that \tcode{C} object.
3832
3833
\item Otherwise, if \tcode{v} points (refers) to a public base
3834
class subobject of the most derived object, and the type of the most
0 commit comments