Skip to content

Commit 3acdece

Browse files
vasamaericniebler
authored andcommitted
Add get_completion_signatures_t constraint for EDG
Without this constraint, EDG instantiates __impl, which fails.
1 parent f930fd2 commit 3acdece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/stdexec/__detail/__senders.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ namespace stdexec {
8181

8282
struct get_completion_signatures_t {
8383
template <class _Sender, class... _Env>
84+
requires (sizeof...(_Env) <= 1)
8485
static auto __impl() {
8586
// Compute the type of the transformed sender:
8687
using __tfx_fn = __if_c<sizeof...(_Env) == 0, __mconst<_Sender>, __q<__tfx_sender>>;

0 commit comments

Comments
 (0)