Closed
Conversation
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)); |
Contributor
There was a problem hiding this comment.
[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&& { |
Contributor
There was a problem hiding this comment.
[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& { |
Contributor
There was a problem hiding this comment.
[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 { |
Contributor
There was a problem hiding this comment.
[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 { |
Member
Author
|
This branch has grown stale - I'll close that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.