From 1711b90981ff1be8fe5c04f0b9caaeb8a23f3235 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 4 Aug 2022 22:50:51 +0700 Subject: [libc++][NFC] Remove rebase artifact I found it in this commit: https://github.com/llvm/llvm-project/commit/a203acb9dd7227323d6161431225189d49917744 Reviewed By: Mordante Differential Revision: https://reviews.llvm.org/D131163 (cherry picked from commit 1915c1c01e6c84a1fda5a313f85e2a3dbccd7ce0) --- libcxx/include/algorithm | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 227a408..bf8a984 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -936,7 +936,6 @@ namespace ranges { indirectly_copyable_storable, O>) constexpr unique_copy_result, O> unique_copy(R&& r, O result, C comp = {}, Proj proj = {}); // Since C++20 -<<<<<<< HEAD template using remove_copy_result = in_out_result; // Since C++20 -- cgit v1.1