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 2e55510 commit 9030824Copy full SHA for 9030824
include/beman/execution/detail/when_all.hpp
@@ -122,7 +122,7 @@ struct impls_for<::beman::execution::detail::when_all_t> : ::beman::execution::d
122
}
123
124
void complete(Receiver& recvr) noexcept {
125
- switch (this->disp) {
+ switch (disposition(this->disp)) {
126
case disposition::started: {
127
auto tie = []<typename... T>(::std::tuple<T...>& t) noexcept {
128
return ::std::apply([](auto&... a) { return ::std::tie(a...); }, t);
0 commit comments