[libcxx-commits] [libcxx] 1915c1c - [libc++][NFC] Remove rebase artifact

Igor Zhukov via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 08:55:34 PDT 2022


Author: Igor Zhukov
Date: 2022-08-04T22:53:32+07:00
New Revision: 1915c1c01e6c84a1fda5a313f85e2a3dbccd7ce0

URL: https://github.com/llvm/llvm-project/commit/1915c1c01e6c84a1fda5a313f85e2a3dbccd7ce0
DIFF: https://github.com/llvm/llvm-project/commit/1915c1c01e6c84a1fda5a313f85e2a3dbccd7ce0.diff

LOG: [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

Added: 
    

Modified: 
    libcxx/include/algorithm

Removed: 
    


################################################################################
diff  --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 227a40889572..bf8a9846440c 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -936,7 +936,6 @@ namespace ranges {
               indirectly_copyable_storable<iterator_t<R>, O>)
     constexpr unique_copy_result<borrowed_iterator_t<R>, O>
       unique_copy(R&& r, O result, C comp = {}, Proj proj = {});                                   // Since C++20
-<<<<<<< HEAD
 
   template<class I, class O>
       using remove_copy_result = in_out_result<I, O>;                                              // Since C++20


        


More information about the libcxx-commits mailing list