Skip to content

Commit 7de18aa

Browse files
committed
[dcl.init.general] Prevent contradiction for initialization of aggregates
1 parent 35a6fb8 commit 7de18aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/declarations.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5427,7 +5427,8 @@
54275427
function arguments or return values\iref{class.temporary}.
54285428

54295429
\pnum
5430-
If the initializer is a parenthesized \grammarterm{expression-list},
5430+
If the destination type is not an aggregate
5431+
and the initializer is a parenthesized \grammarterm{expression-list},
54315432
the expressions are evaluated in the order
54325433
specified for function calls\iref{expr.call}.
54335434

0 commit comments

Comments
 (0)