Skip to content
Open
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
3 changes: 3 additions & 0 deletions include/stdexec/__detail/__when_all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,9 @@ namespace STDEXEC
}

static constexpr auto __get_env = []<class _State>(__ignore, _State const & __state) noexcept
-> __if_c<_State::__uses_stop_source,
__stoppable_env_t<env_of_t<typename _State::__receiver_t const &>>,
env_of_t<typename _State::__receiver_t const &>>
{
if constexpr (_State::__uses_stop_source)
{
Expand Down