From 87f19cb7c1c02a3fd52739929d9b7c5e6bd9611d Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 5 Apr 2017 20:23:15 +0200 Subject: [PATCH] [expr.type.conv] Clarify if ... otherwise ladder. Fixes #1591. --- source/expressions.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index c5acfc0ade..76f0dd3e05 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -1770,11 +1770,11 @@ \pnum If the initializer is a parenthesized single expression, -the type conversion expression is equivalent (in -definedness, and if defined in meaning) to the corresponding cast +the type conversion expression is equivalent +to the corresponding cast expression~(\ref{expr.cast}). \indextext{type!incomplete}% -If the type is \cv{}~\tcode{void} +Otherwise, if the type is \cv{}~\tcode{void} and the initializer is \tcode{()}, the expression is a prvalue of the specified type that performs no initialization.