[libcxx-commits] [PATCH] D117940: [libc++] [ranges] Implement std::ranges::distance

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 23 07:52:08 PST 2022


Quuxplusone updated this revision to Diff 402332.
Quuxplusone marked 2 inline comments as done.
Quuxplusone added a comment.

Review comments. CI should still be green.
Still waiting on an LWG issue number; will add it to libcxx/docs/ when I get it.


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

https://reviews.llvm.org/D117940

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/__iterator/distance.h
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/iterator_sentinel.pass.cpp
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/range.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117940.402332.patch
Type: text/x-patch
Size: 16982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220123/7eb38bfc/attachment-0001.bin>


More information about the libcxx-commits mailing list