================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to