Skip to content

Commit 1ddd6fb

Browse files
committed
removed some left-over code from identifying the issue
1 parent fc9056e commit 1ddd6fb

File tree

1 file changed

+0
-1
lines changed
  • include/beman/execution/detail

1 file changed

+0
-1
lines changed

include/beman/execution/detail/let.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ struct impls_for<::beman::execution::detail::let_t<Completion>> : ::beman::execu
165165
static auto let_bind(auto& state, Receiver& receiver, Args&&... args) {
166166
using args_t = ::beman::execution::detail::decayed_tuple<Args...>;
167167
auto mkop{[&] {
168-
state.args.template emplace<args_t>(::std::forward<Args>(args)...);
169168
return ::beman::execution::connect(
170169
::std::apply(::std::move(state.fun),
171170
::std::move(state.args.template emplace<args_t>(::std::forward<Args>(args)...))),

0 commit comments

Comments
 (0)