[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
Sat Jan 22 10:03:27 PST 2022


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

Turns out this is LWG3533; so now we can mark that issue Complete.
CI is still green.


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

https://reviews.llvm.org/D117329

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  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.402229.patch
Type: text/x-patch
Size: 15852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220122/34449ce2/attachment.bin>


More information about the libcxx-commits mailing list