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 issue #228 #229

Merged
merged 2 commits into from
Dec 31, 2024
Merged

Fix issue #228 #229

merged 2 commits into from
Dec 31, 2024

Conversation

tcbrindle
Copy link
Owner

Manually implement set_symmetric_difference_adaptor::cursor_type's operator== so that it doesn't compare the state_ field

Fixes #228

Manually implement `set_symmetric_difference_adaptor::cursor_type`'s `operator==` so that it doesn't compare the `state_` field

Fixes #228
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.29%. Comparing base (f539c11) to head (a4b9bb6).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   98.60%   98.29%   -0.32%     
==========================================
  Files          69       69              
  Lines        2578     2632      +54     
==========================================
+ Hits         2542     2587      +45     
- Misses         36       45       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tcbrindle tcbrindle merged commit 7b03114 into main Dec 31, 2024
46 of 47 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.

out-of-bounds sequence access when iterating over the result of set_symmetric_difference with a range for.
1 participant