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.
2 parents 025261d + 491e35b commit 4d51241Copy full SHA for 4d51241
include/exec/sequence_senders.hpp
@@ -134,7 +134,7 @@ namespace exec {
134
template <class _Sender>
135
concept __enable_sequence_sender = requires {
136
typename _Sender::sender_concept;
137
- } && stdexec::same_as<typename _Sender::sender_concept, sequence_sender_t>;
+ } && stdexec::derived_from<typename _Sender::sender_concept, sequence_sender_t>;
138
139
140
inline constexpr bool enable_sequence_sender = __enable_sequence_sender<_Sender>;
0 commit comments