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 fc9056e commit 1ddd6fbCopy full SHA for 1ddd6fb
include/beman/execution/detail/let.hpp
@@ -165,7 +165,6 @@ struct impls_for<::beman::execution::detail::let_t<Completion>> : ::beman::execu
165
static auto let_bind(auto& state, Receiver& receiver, Args&&... args) {
166
using args_t = ::beman::execution::detail::decayed_tuple<Args...>;
167
auto mkop{[&] {
168
- state.args.template emplace<args_t>(::std::forward<Args>(args)...);
169
return ::beman::execution::connect(
170
::std::apply(::std::move(state.fun),
171
::std::move(state.args.template emplace<args_t>(::std::forward<Args>(args)...))),
0 commit comments