[libcxx-commits] [libcxx] [libc++] Insert new nodes at the beginning of equal range in std::unordered_multimap (PR #104702)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 20 14:31:21 PDT 2024


https://github.com/philnik777 commented:

I think the change is reasonable, but this seems like a change that has major potential for breaking a bunch of people. For that reason it might be a good idea to address #102303 before. If we find that it results in major breakage, we should probably add a flag (at least temporarily) to opt out of the optimization.

https://github.com/llvm/llvm-project/pull/104702


More information about the libcxx-commits mailing list