Similar to SmallPtrSet, this makes find and count work with both const
referneces and const pointers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.