[libcxx-commits] [PATCH] D129039: [libc++] Use __unwrap_iter_impl for both unwrapping and rewrapping and allow passing move-only iterators in __unwrap_iter

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 4 16:19:56 PDT 2022


philnik updated this revision to Diff 442152.
philnik added a comment.

- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129039

Files:
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/__filesystem/u8path.h
  libcxx/include/__format/buffer.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/test/libcxx/iterators/unwrap_iter.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129039.442152.patch
Type: text/x-patch
Size: 18332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220704/0d514b03/attachment-0001.bin>


More information about the libcxx-commits mailing list