[llvm-branch-commits] [llvm] [ADT] Use range-based helper functions in SmallSet (PR #108585)

Sergei Barannikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Sep 14 22:09:55 PDT 2024


https://github.com/s-barannikov commented:

I'm slightly opposed to this change because it pulls in STLExtras.h.
Yes, it is already included, but it would be better to avoid including it.


https://github.com/llvm/llvm-project/pull/108585


More information about the llvm-branch-commits mailing list