[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:22 PDT 2024
================
@@ -1398,7 +1398,8 @@ __hash_table<_Tp, _Hash, _Equal, _Alloc>::__node_insert_unique(__node_pointer __
// Prepare the container for an insertion of the value __cp_val with the hash
// __cp_hash. This does a lookup into the container to see if __cp_value is
----------------
philnik777 wrote:
Not attached: We should add a release note for this.
https://github.com/llvm/llvm-project/pull/104702
More information about the libcxx-commits
mailing list