Skip to content

Commit 09bdfbd

Browse files
authored
[expr.type.conv] Remove indirection of "specified type" (#4397)
The resulting type is always unqualified void, and the indirection is unnecessary.
1 parent 9da9ebf commit 09bdfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@
32693269
Otherwise, if the type is \cv{}~\tcode{void}
32703270
and the initializer is \tcode{()} or \tcode{\{\}}
32713271
(after pack expansion, if any),
3272-
the expression is a prvalue of the specified type
3272+
the expression is a prvalue of type \tcode{void}
32733273
that performs no initialization.
32743274
Otherwise,
32753275
the expression is a prvalue of the specified type

0 commit comments

Comments
 (0)