Skip to content

🐛 Remove dependency on tuple destructuring#219

Merged
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-destructure
Apr 21, 2025
Merged

🐛 Remove dependency on tuple destructuring#219
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-destructure

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