Skip to content

🎨 Allow type_bitset construction with generic type list#325

Merged
elbeno merged 1 commit intointel:mainfrom
elbeno:finesse-type-bitset
Feb 4, 2026
Merged

🎨 Allow type_bitset construction with generic type list#325
elbeno merged 1 commit intointel:mainfrom
elbeno:finesse-type-bitset

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Feb 4, 2026

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.

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.
@elbeno elbeno merged commit f1ab593 into intel:main Feb 4, 2026
138 of 142 checks passed
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.

2 participants