Skip to content

Commit f6b5f63

Browse files
eisenwavetkoeppe
authored andcommitted
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 8d35858 commit f6b5f63

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

source/exec.tex

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

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

86248626
\pnum
86258627
\effects
@@ -8673,12 +8675,14 @@
86738675
\begin{itemdescr}
86748676
\pnum
86758677
\expects
8676-
The ends of
8677-
the lifetimes of \tcode{*this},
8678-
the object referred to by \tcode{r}, and
8679-
any storage referenced by \tcode{s}
8678+
The ends
8679+
of the lifetime of \tcode{*this},
8680+
of the lifetime of the object referred to by \tcode{r}, and
8681+
of the duration of any storage referenced by \tcode{s}
86808682
all happen after
8681-
the beginning of the evaluation of one of the expressions below.
8683+
the beginning of the evaluation of the call to
8684+
\tcode{set_value}, \tcode{set_error}, or \tcode{set_stopped}
8685+
on \tcode{r} (see below).
86828686

86838687
\pnum
86848688
\effects

0 commit comments

Comments
 (0)