Commit 3219bd4
committed
🐛 Remove dependency on tuple destructuring
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 #2181 parent c886105 commit 3219bd4
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments