[libcxx-commits] [PATCH] D135248: [libc++] implement 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 15:20:54 PST 2023


fsb4000 added a comment.

Hi.

I started https://reviews.llvm.org/D142841 because I missed your revision.

I abadonned my revision.

I think you need to do such changes that I did in:

libcxx/docs/ReleaseNotes.rst

libcxx/docs/Status/Cxx2bPapers.csv

libcxx/include/iterator

Feel free to use my revision.



================
Comment at: libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp:19
 //  using iterator_type     = Iterator;
 //  using iterator_concept  = input_iterator_tag; // From C++20
 //  using iterator_category = see below; // not always present starting from C++20
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135248



More information about the libcxx-commits mailing list