Skip to content

Conversation

@dietmarkuehl
Copy link
Member

No description provided.

Comment on lines +25 to +26
concept just_size = (not ::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) &&
(not ::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pre-commit] reported by reviewdog 🐶

Suggested change
concept just_size = (not ::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) &&
(not ::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T));
concept just_size = (not::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) &&
(not::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T));

Comment on lines +36 to +37
static constexpr auto
element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept -> S&& {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pre-commit] reported by reviewdog 🐶

Suggested change
static constexpr auto
element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept -> S&& {
static constexpr auto element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept
-> S&& {

Comment on lines +41 to +42
static constexpr auto
element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept -> const S& {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pre-commit] reported by reviewdog 🐶

Suggested change
static constexpr auto
element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept -> const S& {
static constexpr auto element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept
-> const S& {

Comment on lines +78 to +79
static constexpr auto
make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>) -> product_type {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pre-commit] reported by reviewdog 🐶

Suggested change
static constexpr auto
make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>) -> product_type {
static constexpr auto make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>)
-> product_type {

@dietmarkuehl
Copy link
Member Author

This branch has grown stale - I'll close that.

@dietmarkuehl dietmarkuehl deleted the get_completion_behaviour branch May 29, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants