Skip to content

Commit

Permalink
[expr.dynamic.cast] Add comma after conditional clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Feb 28, 2024
1 parent d5ad379 commit 2fa9d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3827,7 +3827,8 @@
\item If, in the most derived object pointed (referred) to by \tcode{v},
\tcode{v} points (refers) to a public base class subobject of a
\tcode{C} object, and if only one object of type \tcode{C} is derived
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},
the result points (refers) to that \tcode{C} object.

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

0 comments on commit 2fa9d1b

Please sign in to comment.