Skip to content

Commit 66b6b97

Browse files
authored
[expr.dynamic.cast] Add comma after conditional clause (#6830)
1 parent 78ecd23 commit 66b6b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3827,7 +3827,8 @@
38273827
\item If, in the most derived object pointed (referred) to by \tcode{v},
38283828
\tcode{v} points (refers) to a public base class subobject of a
38293829
\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.
3830+
from the subobject pointed (referred) to by \tcode{v},
3831+
the result points (refers) to that \tcode{C} object.
38313832

38323833
\item Otherwise, if \tcode{v} points (refers) to a public base
38333834
class subobject of the most derived object, and the type of the most

0 commit comments

Comments
 (0)