boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
63 stars 55 forks source link

Fix use-after-move segfault #140

Closed cmazakas closed 2 years ago

cmazakas commented 2 years ago

Addresses https://github.com/boostorg/unordered/issues/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.