================
@@ -302,6 +303,10 @@ class DenseMapBase : public DebugEpochBase {
insert(*I);
}
+ template <typename Range> void insert_range(Range &&R) {
----------------
vbvictor wrote:
Done
https://github.com/llvm/llvm-project/pull/133600