David Blaikie and Geoff Romer
1cc699ddda
Make heterogenous hash table lookup opt-in ( #6950 )
...
This still only works if the hash of the distinct types are identical
(so it still doesn't address the derived pointer v base pointer case -
well, not in the way we would want to address it, we could use this
change to make derived pointer and base pointer not compare equal, but
that's not very ergonomic)
I think in a follow up maybe I can use a `TranslatingKeyContext` to
translate `Derived*` to `Base*` in general.
No test coverage for this change, since it's a no-compile situation and
we don't seem to generally do no-compile tests.
Discovered while working on #6940
---------
Co-authored-by: Geoff Romer <gromer@google.com >
2026-04-18 01:32:39 +00:00
..
2024-01-05 23:01:47 +00:00
2024-07-03 19:19:57 +00:00
2025-10-13 18:49:48 +00:00
2026-01-01 22:20:40 +00:00
2026-03-06 21:57:23 +00:00
2025-05-12 23:46:02 +00:00
2025-05-12 23:46:02 +00:00
2025-05-12 19:01:01 +00:00
2025-05-12 23:46:02 +00:00
2025-05-12 23:46:02 +00:00
2025-04-17 15:37:57 +00:00
2026-01-28 22:47:18 +00:00
2025-05-28 22:48:20 +00:00
2025-05-30 16:20:43 +00:00
2025-05-28 22:48:20 +00:00
2026-01-20 23:07:30 +00:00
2026-01-20 23:07:30 +00:00
2025-05-16 01:39:19 +00:00
2025-06-10 13:37:16 +00:00
2025-06-10 13:37:16 +00:00
2025-09-12 22:59:37 +00:00
2025-02-14 17:54:39 +00:00
2025-11-14 13:50:56 +00:00
2025-09-12 22:59:37 +00:00
2025-09-12 22:59:37 +00:00
2026-01-21 17:41:46 +00:00
2025-08-25 16:28:11 +00:00
2025-09-10 13:47:59 +00:00
2025-06-12 16:05:11 +00:00
2025-06-12 16:05:11 +00:00
2025-10-13 18:49:48 +00:00
2026-01-30 08:49:16 +00:00
2026-01-01 22:20:40 +00:00
2026-03-23 16:28:51 +00:00
2026-01-01 22:20:40 +00:00
2025-04-18 14:17:48 +00:00
2025-04-18 14:17:48 +00:00
2025-06-10 23:21:17 +00:00
2025-06-10 23:21:17 +00:00
2025-04-17 15:37:57 +00:00
2025-04-17 15:37:57 +00:00
2025-04-17 15:37:57 +00:00
2026-01-29 01:44:13 +00:00
2024-07-02 21:20:14 +00:00
2026-04-18 01:32:39 +00:00
2024-10-13 17:47:57 +00:00
2024-01-05 23:01:47 +00:00
2025-11-15 02:00:41 +00:00
2025-11-15 02:00:41 +00:00
2025-11-15 02:00:41 +00:00
2026-01-29 01:44:13 +00:00
2025-10-09 16:53:49 +00:00
2026-01-28 22:47:18 +00:00
2025-05-07 22:20:39 +00:00
2025-09-10 20:21:51 +00:00
2025-06-26 20:28:21 +00:00
2026-01-20 23:07:30 +00:00
2026-01-30 08:49:16 +00:00
2025-04-17 15:37:57 +00:00
2024-06-08 01:50:02 +00:00
2025-11-15 03:37:13 +00:00
2026-04-18 01:32:39 +00:00
2025-04-17 15:37:57 +00:00
2025-11-14 13:50:56 +00:00
2025-01-18 01:11:44 +00:00
2025-02-11 18:11:14 +00:00
2025-04-17 15:37:57 +00:00
2025-10-09 16:53:49 +00:00
2025-11-13 23:13:32 +00:00
2026-01-07 02:53:31 +00:00
2026-01-07 02:53:31 +00:00
2026-01-07 02:53:31 +00:00
2025-05-28 22:48:20 +00:00
2025-09-10 13:47:59 +00:00
2025-10-29 16:52:46 +00:00
2025-10-29 16:52:46 +00:00
2025-09-10 13:47:59 +00:00
2024-06-18 00:33:05 +00:00
2024-06-18 00:33:05 +00:00
2024-06-18 00:33:05 +00:00
2025-04-17 15:37:57 +00:00
2024-09-16 22:55:55 +00:00