[libcxx-commits] [PATCH] D142815: [libc++] Partly addresses LWG3798.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 28 10:39:21 PST 2023


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

  LWG3798 Rvalue reference and iterator_category

The changes are only applied to `ranges::transform_view`, the other
views haven't been implemented yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142815

Files:
  libcxx/docs/Status/Cxx2b.rst
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__ranges/transform_view.h
  libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_bidirectional_iterator.compile.pass.cpp
  libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_forward_iterator.compile.pass.cpp
  libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_random_access_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/iterator/types.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142815.493020.patch
Type: text/x-patch
Size: 7824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230128/1e95bd49/attachment-0001.bin>


More information about the libcxx-commits mailing list