Commit 4cbca18
committed
🐛 Qualify use of
Problem:
- Attempting to instantiate `std::tuple_cat` on `stdx::tuple` can lead to errors
because `std::tuple_size` is not defined.
Solution:
- Qualify use of `tuple_cat`.stdx::tuple_cat
1 parent 130fb59 commit 4cbca18
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
0 commit comments