================
@@ -2038,6 +2038,11 @@ template <typename R1, typename R2> auto mismatch(R1
&&Range1, R2 &&Range2) {
adl_end(Range2));
}
+template <typename R1, typename IterTy>
+auto uninitialized_copy(R1 &&Src, IterTy Dst) {
----------------
jurahul wrote:Thanks, fixed. https://github.com/llvm/llvm-project/pull/138174 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
