Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in which an absl hashtable is used with inconsistent hash/e…
…q functors. `eq(k1, k2) -> hash(k1) == hash(k2)` must be true for hashtable usage to be valid. Signed-off-by: Yan Avlasov <[email protected]>
- Loading branch information