From dfcd5953e919fae17087c0f46072fdada6a93658 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Thu, 24 Jul 2025 12:33:37 +0200 Subject: [PATCH] [expr.call] Itemize to clarify sequencing ambiguity --- source/expressions.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index 51ff9a3ce5..181baf8757 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -3903,10 +3903,13 @@ The \grammarterm{postfix-expression} is sequenced before each \grammarterm{expression} in the \grammarterm{expression-list} and any default argument. -The initialization of a parameter or, -if the implementation introduces any temporary objects +The +\begin{itemize} +\item initialization of a parameter or, +\item if the implementation introduces any temporary objects to hold the values of function parameters\iref{class.temporary}, the initialization of those temporaries, +\end{itemize} including every associated value computation and side effect, is indeterminately sequenced with respect to that of any other parameter. These evaluations are