Skip to content

Commit ddc7973

Browse files
committed
[exec.sysctxrepl.psb] Make 'one of the expressions below' more explicit
Fixes NB US 266-399 (C++26 CD).
1 parent 322d380 commit ddc7973

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/exec.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8553,7 +8553,9 @@
85538553
the object referred to by \tcode{r}, and
85548554
any storage referenced by \tcode{s}
85558555
all happen after
8556-
the beginning of the evaluation of one of the expressions below.
8556+
the beginning of the evaluation of
8557+
the call to \tcode{set_value}, \tcode{set_error}, or \tcode{set_done}
8558+
on \tcode{r} (see below).
85578559

85588560
\pnum
85598561
\effects

0 commit comments

Comments
 (0)