[libcxx-commits] [PATCH] D60246: [libc++] Simple contains for associative containers
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 5 17:07:17 PDT 2019
jloser added a comment.
@zoecarver no worries; no I have not written one. Why do we need a custom hash implementation? We should be able to support `contains` with precomputed hashes without a custom hasher.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60246/new/
https://reviews.llvm.org/D60246
More information about the libcxx-commits
mailing list