[libcxx-commits] [libcxx] [libc++] __key_equiv is sometimes unused, sometimes 2x expensive (PR #175087)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 9 00:12:10 PST 2026
================
@@ -934,15 +934,6 @@ class flat_multimap {
containers __containers_;
_LIBCPP_NO_UNIQUE_ADDRESS key_compare __compare_;
-
- struct __key_equiv {
----------------
frederick-vs-ja wrote:
I want to have the pure removals in another PR (which can have [NFC] in the title). The removals look obviously correct to me.
https://github.com/llvm/llvm-project/pull/175087
More information about the libcxx-commits
mailing list