Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get completion behaviour #115

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

dietmarkuehl
Copy link
Collaborator

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));

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&& {

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& {

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 {

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 {

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.

2 participants