[llvm] [ADT] Series of improvements to SmallSet (PR #104611)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 13:22:05 PDT 2024


================
@@ -14,14 +14,13 @@
 #ifndef LLVM_ADT_SMALLSET_H
 #define LLVM_ADT_SMALLSET_H
 
+#include "llvm/ADT/STLExtras.h"
----------------
s-barannikov wrote:

I understand that this include existed before this patch, but can it be avoided?
Even DenseMap.h doesn't include it.


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


More information about the llvm-commits mailing list