Skip to content
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

Fix bitset constructor #367

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Fix bitset constructor #367

merged 1 commit into from
Jul 19, 2024

Conversation

asolwa
Copy link
Contributor

@asolwa asolwa commented Jul 19, 2024

Hi,

It appears a bug has crept into the construction of the bitset. The set function is used, but it does not accept std::optional. The result of the 'enum_cast' function should be dereferenced before being passed to the set method..

Fix bitset constructor.
@Neargye Neargye added this to the v0.9.7 milestone Jul 19, 2024
@Neargye Neargye merged commit 9a9308f into Neargye:master Jul 19, 2024
18 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