[libcxx-commits] [PATCH] D131163: [libc++][NFC] Remove rebase artifact

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1915c1c01e6c: [libc++][NFC] Remove rebase artifact (authored by fsb4000).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131163/new/

https://reviews.llvm.org/D131163

Files:
  libcxx/include/algorithm


Index: libcxx/include/algorithm
===================================================================
--- libcxx/include/algorithm
+++ libcxx/include/algorithm
@@ -936,7 +936,6 @@
               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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131163.450004.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/fc12aec7/attachment.bin>


More information about the libcxx-commits mailing list