Skip to content

Commit 762244e

Browse files
committed
P3914R0: Re NB US 265-398 and US 266-399 (C++26 CD)
Fixes NB US 265-398 and US 266-399 (C++26 CD).
1 parent 9924512 commit 762244e

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

source/exec.tex

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,13 +8568,13 @@
85688568
\begin{itemdescr}
85698569
\pnum
85708570
\expects
8571-
The ends of
8572-
the lifetimes of \tcode{*this},
8573-
the object referred to by \tcode{r}, and
8574-
any storage referenced by \tcode{s}
8571+
The ends
8572+
of the lifetime of \tcode{*this},
8573+
of the lifetime of the object referred to by \tcode{r}, and
8574+
of the duration of any storage referenced by \tcode{s}
85758575
all happen after
85768576
the beginning of the evaluation of
8577-
the call to \tcode{set_value}, \tcode{set_error}, or \tcode{set_done}
8577+
the call to \tcode{set_value}, \tcode{set_error}, or \tcode{set_stopped}
85788578
on \tcode{r} (see below).
85798579

85808580
\pnum
@@ -8613,12 +8613,14 @@
86138613
\begin{itemdescr}
86148614
\pnum
86158615
\expects
8616-
The ends of
8617-
the lifetimes of \tcode{*this},
8618-
the object referred to by \tcode{r}, and
8619-
any storage referenced by \tcode{s}
8616+
The ends
8617+
of the lifetime of \tcode{*this},
8618+
of the lifetime of the object referred to by \tcode{r}, and
8619+
of the duration of any storage referenced by \tcode{s}
86208620
all happen after
8621-
the beginning of the evaluation of one of the expressions below.
8621+
the beginning of the call to
8622+
\tcode{set_value}, \tcode{set_error}, or \tcode{set_stopped}
8623+
on \tcode{r} (see below).
86228624

86238625
\pnum
86248626
\effects
@@ -8674,10 +8676,12 @@
86748676
\expects
86758677
The ends of
86768678
the lifetimes of \tcode{*this},
8677-
the object referred to by \tcode{r}, and
8678-
any storage referenced by \tcode{s}
8679+
of the lifetime of the object referred to by \tcode{r}, and
8680+
of the duration of any storage referenced by \tcode{s}
86798681
all happen after
8680-
the beginning of the evaluation of one of the expressions below.
8682+
the beginning of the evaluation of the call to
8683+
\tcode{set_value}, \tcode{set_error}, or \tcode{set_stopped}
8684+
on \tcode{r} (see below).
86818685

86828686
\pnum
86838687
\effects

0 commit comments

Comments
 (0)