-
Notifications
You must be signed in to change notification settings - Fork 187
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
bytell_hash_map: Duplicate item found while traversing map after calling erase() #41
Comments
|
alex-budkar-amplitude
added a commit
to alex-budkar-amplitude/flat_hash_map
that referenced
this issue
Sep 27, 2023
This is a fix for issue: skarupke#41
Found the problem and fixed it ^. If somebody will approve will merge to the master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, while using bytell_hash_map I came across this issue: after erasing an item while traversing the map, I get the same item two times. Here is a small repro case:
The issue does not happen when using
flat_hash_map
orunordered_map
.The text was updated successfully, but these errors were encountered: