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 use-after-move segfault #140

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Fix use-after-move segfault #140

merged 3 commits into from
Aug 18, 2022

Conversation

cmazakas
Copy link
Member

Addresses #139

Add post_move_tests which test the moved-from state of all the unordered containers, including move construction, move assignment, move with equal/unequal allocators and POCMA.

@cmazakas cmazakas force-pushed the bugfix/valid-post-move branch from 3a1c475 to f9eae41 Compare August 18, 2022 16:04
@glenfe glenfe requested a review from joaquintides August 18, 2022 18:32
@pdimov pdimov merged commit e83c42c into develop Aug 18, 2022
@cmazakas cmazakas deleted the bugfix/valid-post-move branch August 18, 2022 22:03
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