Skip to content

Commit d2ac9cf

Browse files
committed
P3914R0: Re NB US 228-348 (C++26 CD)
Fixes NB US 228-348 (C++26 CD).
1 parent 305fe75 commit d2ac9cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/exec.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5340,8 +5340,10 @@
53405340

53415341
\pnum
53425342
Let \tcode{\placeholder{ssource-t}} be an unspecified type
5343-
that models \exposconcept{stoppable-source} and
5344-
let \tcode{ssource} be an lvalue of type \tcode{\placeholder{ssource-t}}.
5343+
that models \exposconcept{stoppable-source} and \libconcept{default_initializable},
5344+
such that a default-initialized object of type \tcode{\placeholder{ssource-t}}
5345+
has an associated stop state.
5346+
Let \tcode{ssource} be an lvalue of type \tcode{\placeholder{ssource-t}}.
53455347
Let \tcode{\placeholder{stoken-t}} be \tcode{decltype(ssource.get_token())}.
53465348
Let \exposid{future-spawned-sender} be the alias template:
53475349

0 commit comments

Comments
 (0)