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

bitvec fixes #224

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

pablohoch
Copy link
Contributor

  • Fix a crash in count() if the bitvec is empty (invalid memory access in sanitized_last_block())
  • Fix compilation error in set(std::string_view) if size_type != std::size_t
  • Remove constexpr from set(std::string_view) and basic_bitvec(std::string_view) because the used resize function isn't constexpr

@felixguendling felixguendling merged commit f18217f into felixguendling:master Jun 7, 2024
10 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