-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Linux/Darwin gcc/clang MWE
spp::sparse_hash_map<uint64_t, uint64_t> map0;
map0.emplace(0, 0);
auto map1 = std::move(map0);
//map0 = spp::sparse_hash_map<uint64_t, uint64_t>{}; // uncomment this to pass the test
auto found = map0.find(0); // segfaults here
CHECK(found == end(map0));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels