Skip to content

✨ Make more algorithms work for std::tuple - #408

Merged
bdeane-intel merged 2 commits into
intel:mainfrom
elbeno:filter-tuple
Aug 3, 2026
Merged

✨ Make more algorithms work for std::tuple#408
bdeane-intel merged 2 commits into
intel:mainfrom
elbeno:filter-tuple

Conversation

@elbeno

@elbeno elbeno commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Problem:

  • filter works on stdx::tuple only. It doesn't work on std::tuple.
  • transform works on stdx::tuple only. It doesn't work on std::tuple.

Solution:

  • Make both algorithms work for std::tuple as well.

elbeno added 2 commits July 30, 2026 20:34
Problem:
- `filter` works on `stdx::tuple` only. It doesn't work on `std::tuple`.

Solution:
- Make it work for `std::tuple` as well.
Problem:
- `transform` works on `stdx::tuple` only. It doesn't work on `std::tuple`.

Solution:
- Make it work for `std::tuple` as well.
@elbeno elbeno changed the title ✨ Make filter work for std::tuple ✨ Make more algorithms work for std::tuple Jul 31, 2026
@bdeane-intel
bdeane-intel merged commit 9969240 into intel:main Aug 3, 2026
27 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.

3 participants