[PATCH] D30713: Add support for DenseMap/DenseSet count and find using const pointers

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 12:29:39 PST 2017


dblaikie added a comment.

Probably nice to generalize this more fully to support heterogenous lookup (added to standard C++ containers in C++14), but that's probably sufficiently more work not to hold this common case up behind it.


https://reviews.llvm.org/D30713





More information about the llvm-commits mailing list