Skip to content

Commit 89d67f5

Browse files
committed
[intro.execution] Replace "or" with "and"; clarify wording
1 parent 721d01c commit 89d67f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,9 +6337,9 @@
63376337
\item
63386338
if $E$ is a function call\iref{expr.call} or implicitly invokes a function,
63396339
the constituent expressions of each default argument\iref{dcl.fct.default}
6340-
used in the call, or
6340+
used in the call, and
63416341
\item
6342-
if $E$ creates an aggregate object\iref{dcl.init.aggr},
6342+
if $E$ performs aggregate initialization\iref{dcl.init.aggr},
63436343
the constituent expressions of each default member initializer\iref{class.mem}
63446344
used in the initialization.
63456345
\end{itemize}

0 commit comments

Comments
 (0)