We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32816d5 commit 85c6337Copy full SHA for 85c6337
1 file changed
source/basic.tex
@@ -6434,9 +6434,9 @@
6434
\item
6435
if $E$ is a function call\iref{expr.call} or implicitly invokes a function,
6436
the constituent expressions of each default argument\iref{dcl.fct.default}
6437
-used in the call, or
+used in the call, and
6438
6439
-if $E$ creates an aggregate object\iref{dcl.init.aggr},
+if $E$ performs aggregate initialization\iref{dcl.init.aggr},
6440
the constituent expressions of each default member initializer\iref{class.mem}
6441
used in the initialization.
6442
\end{itemize}
0 commit comments