Merge pull request #106434 from Ivorforce/invert-hashfuncs

Reduce cross project includes by rewriting `HashMapHasherDefault`.
This commit is contained in:
Thaddeus Crews 2025-10-06 09:06:37 -05:00
commit 686b56fae9
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
29 changed files with 253 additions and 222 deletions

View file

@ -637,7 +637,7 @@ private:
};
MethodInfo user;
HashMap<Callable, Slot, HashableHasher<Callable>> slot_map;
HashMap<Callable, Slot> slot_map;
bool removable = false;
};
friend struct _ObjectSignalLock;