Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5339,9 +5339,9 @@
\end{codeblock}

\pnum
Let \placeholder{ssource-t} be an unspecified type
Let \tcode{\placeholder{ssource-t}} be an unspecified type
that models \exposconcept{stoppable-source} and
let \tcode{ssource} be an lvalue of type \placeholder{ssource-t}.
let \tcode{ssource} be an lvalue of type \tcode{\placeholder{ssource-t}}.
Let \tcode{\placeholder{stoken-t}} be \tcode{decltype(ssource.get_token())}.
Let \exposid{future-spawned-sender} be the alias template:

Expand Down