[libcxx-commits] [PATCH] D105894: [libc++] NFCI: Restore code duplication in wrap_iter, with test.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 14 10:02:22 PDT 2021


Quuxplusone updated this revision to Diff 358652.
Quuxplusone added a comment.

Disable the new test when `<filesystem>` is missing.
Refactor a bit.
I was planning to add tests for `reverse_iterator` comparisons as well, but it turns out that nobody supports that (and neither do we).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105894

Files:
  libcxx/include/__iterator/wrap_iter.h
  libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105894.358652.patch
Type: text/x-patch
Size: 7232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210714/2d64d2a4/attachment.bin>


More information about the libcxx-commits mailing list