[libcxx-commits] [PATCH] D117329: [libc++] Fix signatures of counted_iterator::base(), transform_view::iterator::base().

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 21 12:11:33 PST 2022


Quuxplusone updated this revision to Diff 402065.
Quuxplusone retitled this revision from "[libc++] counted_iterator::base() const& should be noexcept." to "[libc++] Fix signatures of counted_iterator::base(), transform_view::iterator::base().".
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Rebase to poke CI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117329

Files:
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__ranges/transform_view.h
  libcxx/test/std/iterators/predef.iterators/counted.iterator/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/iterator/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117329.402065.patch
Type: text/x-patch
Size: 14038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220121/88c08a94/attachment-0001.bin>


More information about the libcxx-commits mailing list