[libcxx-commits] [PATCH] D117329: [libc++] counted_iterator::base() const& should be noexcept.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 12:35:37 PST 2022


Quuxplusone updated this revision to Diff 401748.
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Fix a test failure, and improve the `transform_view::{iterator/sentinel}` tests.


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.401748.patch
Type: text/x-patch
Size: 14038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220120/b7d8b052/attachment-0001.bin>


More information about the libcxx-commits mailing list