[libcxx-commits] [PATCH] D142841: [libc++] Implement P2520R0: `move_iterator<T*>` should be a random access iterator

Igor Zhukov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 29 06:40:03 PST 2023


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

I'm not 100% sure should it be DR or not.
MS STL implemented this as DR, https://github.com/microsoft/STL/pull/2958#discussion_r931710527
Let me know  If you think we should implement it only for C++23


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142841

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/iterator
  libcxx/include/version
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/iterator_concept_conformance.compile.pass.cpp
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/iterator.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142841.493093.patch
Type: text/x-patch
Size: 17693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230129/06865cce/attachment.bin>


More information about the libcxx-commits mailing list