Skip to content

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

Open
elbeno wants to merge 2 commits into
intel:mainfrom
elbeno:filter-tuple
Open

✨ Make more algorithms work for std::tuple#408
elbeno wants to merge 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
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.

1 participant