From 2fa9d1b65329d9576802c9f2f97fcfb76dbe4eba Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 28 Feb 2024 21:08:05 +0100 Subject: [PATCH] [expr.dynamic.cast] Add comma after conditional clause --- source/expressions.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index cd338610eb..7b09b36d39 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -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