Skip to content

✨ Allow using bitset with enum values #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Sep 24, 2024

Problem:

  • A bitset cannot be specified with enumeration values, nor have bits set/reset using them.

Solution:

  • Allow specifying and manipulating a bitset using enumeration values as the bits.

Problem:
- A `bitset` cannot be specified with enumeration values, nor have bits
  set/reset using them.

Solution:
- Allow specifying and manipulating a bitset using enumeration values as the
  bits.
@elbeno elbeno merged commit 7e3674d into intel:main Sep 24, 2024
31 checks passed
@elbeno elbeno deleted the enum-bitset branch September 26, 2024 22:33
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