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

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 24 16:59:27 PST 2022


var-const added inline comments.


================
Comment at: libcxx/docs/Status/RangesPaper.csv:74
 | `ranges::next <https://llvm.org/D102563>`_
-| `ranges::prev <https://llvm.org/D102564>`_",[iterator.concepts],Christopher Di Bella,In progress
+| `ranges::prev <https://llvm.org/D102564>`_",[iterator.concepts],Christopher Di Bella,Complete
 [predef.iterators],Updates to predefined iterators.,"| [iterator.concepts]
----------------
Quuxplusone wrote:
> philnik wrote:
> > 
> Meh, we only have one row here, and he did 3/4 of them.
You can do `Christopher Di Bella and Arthur O'Dwyer` (see line 100).


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

https://reviews.llvm.org/D117940



More information about the libcxx-commits mailing list