[libcxx-commits] [libcxx] [libc++] Add randomize unspecified stability in `__hash_table` (PR #105982)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 30 08:20:35 PDT 2024


================
@@ -775,6 +779,7 @@ public:
   }
 
 private:
+  _LIBCPP_HIDE_FROM_ABI __next_pointer __node_insert_multi_find_insertion_point(size_t __cp_hash, value_type& __cp_val);
----------------
ldionne wrote:

I like that you extracted this into a separate function.

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


More information about the libcxx-commits mailing list