We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d01c commit 89d67f5Copy full SHA for 89d67f5
source/basic.tex
@@ -6337,9 +6337,9 @@
6337
\item
6338
if $E$ is a function call\iref{expr.call} or implicitly invokes a function,
6339
the constituent expressions of each default argument\iref{dcl.fct.default}
6340
-used in the call, or
+used in the call, and
6341
6342
-if $E$ creates an aggregate object\iref{dcl.init.aggr},
+if $E$ performs aggregate initialization\iref{dcl.init.aggr},
6343
the constituent expressions of each default member initializer\iref{class.mem}
6344
used in the initialization.
6345
\end{itemize}
0 commit comments