[libcxx-commits] [libcxx] Reapply "[libc++] Optimize __hash_table::erase(iterator, iterator)" (PR #162850)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 15 07:19:17 PDT 2025
================
@@ -47,6 +47,18 @@ int main(int, char**) {
assert(c.size() == 0);
assert(k == c.end());
}
+ {
+ std::unordered_multiset<size_t> map;
----------------
ldionne wrote:
We need a comment to explain the purpose of this test.
https://github.com/llvm/llvm-project/pull/162850
More information about the libcxx-commits
mailing list