Skip to content

Commit

Permalink
added a direct initializer of the empty base
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Aug 31, 2024
1 parent 3d8f147 commit 221a90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beman/execution26/tests/execution-syn.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ namespace
}
auto operator()(int value) const
{
return test_detail::sender_adaptor<arg_closure_t, int>{{*this, value}};
return test_detail::sender_adaptor<arg_closure_t, int>{{*this, value}, {}};
}
};
constexpr arg_closure_t arg_closure{};
Expand Down

0 comments on commit 221a90d

Please sign in to comment.