Commit 69bdef5
committed
🎨 Allow
Problem:
- `type_bitset` expects a `stdx::type_list` to be passed to the constructor; in
fact any "type list" (like tuple) could work.
Solution:
- Genericize the `type_bitset` constructor.type_bitset construction with generic type list1 parent 8a62026 commit 69bdef5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
542 | | - | |
| 541 | + | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments