Skip to content

🐛 Remove dependency on tuple destructuring #219

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Apr 21, 2025

Problem:

  • Tuple destructuring is used by initial_medial_final.
  • Destructuring stdx::tuple requires including <stdx/tuple_destructure.hpp> which includes <tuple>.

Solution:

  • Remove the destructuring; use get instead.

Closes #218

Problem:
- Tuple destructuring is used by `initial_medial_final`.
- Destructuring `stdx::tuple` requires including `<stdx/tuple_destructure.hpp>`
  which includes `<tuple>`.

Solution:
- Remove the destructuring; use `get` instead.

Closes intel#218
@lukevalenty lukevalenty enabled auto-merge April 21, 2025 19:47
@lukevalenty lukevalenty merged commit ac1a4e5 into intel:main Apr 21, 2025
42 checks passed
@elbeno elbeno deleted the fix-destructure branch April 21, 2025 19:52
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.

initial_medial_final not including a required dependency
2 participants