Skip to content

Conversation

jehelset
Copy link
Contributor

@jehelset jehelset commented Sep 20, 2025

__has_item_typedef is not used and does the same as __sequence_sndr::__with_member_alias, which is used.

Remove sender_in redundancy in sequence_sender_in concept.

Copy link

copy-pr-bot bot commented Sep 20, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

`__has_item_typedef` is not used and does the same as
`__sequence_sndr::__with_member_alias`, which is used.
@jehelset jehelset force-pushed the jeh/sequence-sender-tiny-cleanup branch from b54a2e6 to f4a4d58 Compare September 20, 2025 11:26
`sequence_sender` already requires `sender_in`, so instead of checking
`sender_in` & `has_sequence_item_types` and `sequence_sender`, just
check `sequence_sender` & `has_sequence_item_types`.
@jehelset jehelset changed the title Remove unused concept. Tiny sequence-sender cleanups. Sep 20, 2025
@ericniebler
Copy link
Collaborator

/ok to test 662c7a5

@ericniebler ericniebler merged commit 025261d into NVIDIA:main Sep 21, 2025
18 checks passed
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