Skip to content

Commit 5ba4be4

Browse files
jensmaurertkoeppe
authored andcommitted
[execution.syn] Add enable_sender to synopsis
Fixes NB US 199-324 (C++26 CD).
1 parent 969776f commit 5ba4be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/exec.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@
530530
// \ref{exec.snd}, senders
531531
struct @\libglobal{sender_t}@ {};
532532

533+
template<class Sndr>
534+
inline constexpr bool enable_sender = @\seebelow@;
535+
533536
template<class Sndr>
534537
concept @\libconcept{sender}@ = @\seebelow@;
535538

0 commit comments

Comments
 (0)