================
@@ -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) {
----------------
s-barannikov wrote:

```suggestion
template <typename R, typename IterTy>
auto uninitialized_copy(R &&Src, IterTy Dst) {
```

https://github.com/llvm/llvm-project/pull/138174
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to