mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[libc++][NFC] Remove rebase artifact
I found it in this commit: a203acb9dd
Reviewed By: Mordante
Differential Revision: https://reviews.llvm.org/D131163
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user