From 89d67f55b6544b4e8d6ae4d881a03ba1e8c42c32 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:54:26 +0000 Subject: [PATCH] [intro.execution] Replace "or" with "and"; clarify wording --- source/basic.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..9184b92bfb 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -6337,9 +6337,9 @@ \item if $E$ is a function call\iref{expr.call} or implicitly invokes a function, the constituent expressions of each default argument\iref{dcl.fct.default} -used in the call, or +used in the call, and \item -if $E$ creates an aggregate object\iref{dcl.init.aggr}, +if $E$ performs aggregate initialization\iref{dcl.init.aggr}, the constituent expressions of each default member initializer\iref{class.mem} used in the initialization. \end{itemize}