[libcxx-commits] [libcxx] [libc++] Refactor key extraction for __hash_table and __tree (PR #154512)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 25 08:40:28 PDT 2025
================
----------------
ldionne wrote:
Can you please make sure we have a test for a `std::set<std::pair<Foo, Bar>>` where we do `s.emplace(std::pair<Foo, Bar>(...))`? Same for `std::multiset` and `std::unordered_set`/`std::unordered_multiset`.
https://github.com/llvm/llvm-project/pull/154512
More information about the libcxx-commits
mailing list