From ddc7973b862130ab5cb2fb0d5ef5cbcbdf9e485e Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 09:38:01 +0200 Subject: [PATCH] [exec.sysctxrepl.psb] Make 'one of the expressions below' more explicit Fixes NB US 266-399 (C++26 CD). --- source/exec.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 34d0a3ebd6..519b2c8c6d 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -8553,7 +8553,9 @@ the object referred to by \tcode{r}, and any storage referenced by \tcode{s} all happen after -the beginning of the evaluation of one of the expressions below. +the beginning of the evaluation of +the call to \tcode{set_value}, \tcode{set_error}, or \tcode{set_done} +on \tcode{r} (see below). \pnum \effects