We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465653a commit 64d9dadCopy full SHA for 64d9dad
include/stdexec/__detail/__senders.hpp
@@ -81,6 +81,7 @@ namespace stdexec {
81
82
struct get_completion_signatures_t {
83
template <class _Sender, class... _Env>
84
+ requires (sizeof...(_Env) <= 1)
85
static auto __impl() {
86
// Compute the type of the transformed sender:
87
using __tfx_fn = __if_c<sizeof...(_Env) == 0, __mconst<_Sender>, __q<__tfx_sender>>;
0 commit comments