[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 06:37:50 PDT 2022
fsb4000 created this revision.
fsb4000 added a project: libc++.
Herald added a project: All.
fsb4000 requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
I found it in this commit: https://github.com/llvm/llvm-project/commit/a203acb9dd7227323d6161431225189d49917744
Repository:
rG LLVM Github Monorepo
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.449956.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/7c61eeae/attachment.bin>
More information about the libcxx-commits
mailing list