[libcxx-commits] [PATCH] D103295: [libcxx][docs] updates the ranges status paper

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 28 10:56:09 PDT 2021


zoecarver added a comment.

1. Seems we're missing drop_view (and always have been).
2. Where are the other algorithms? Is that a different paper?
3. This is me being pedantic: for some reason some of these are left-justified and others aren't (maybe >1 item is centered). Is there some way to fix this (so they're all left-justified)?



================
Comment at: libcxx/docs/OneRangesProposalStatus.csv:118
+| `ranges::input_range <https://llvm.org/D100271>`_
+| `ranges::forward_range: `D100275 <https://llvm.org/D100275>`_
+| `ranges::bidirectional_range <https://llvm.org/D100278>`_
----------------
The formatting here is off.


================
Comment at: libcxx/docs/OneRangesProposalStatus.csv:140
+`[range.filter] <http://wg21.link/range.filter>`_,filter_view,[range.all],Louis Dionne,Not started
+`[range.transform] <http://wg21.link/range.transform>`_,transform_view,[range.all],Zoe Carver,Not started
+`[range.iota] <http://wg21.link/range.iota>`_,iota_view,[range.all],Louis Dionne,Not started
----------------
In progress: https://reviews.llvm.org/D103056


================
Comment at: libcxx/docs/OneRangesProposalStatus.csv:144
+`[range.join] <http://wg21.link/range.join>`_,join_view,[range.all],Christopher Di Bella,Not started
+`[range.empty] <http://wg21.link/range.empty>`_,empty_view,[view.interface],Zoe Carver,Not started
+`[range.single] <http://wg21.link/range.single>`_,single_view,[view.interface],Unassigned,Not started
----------------
In progress: https://reviews.llvm.org/D103208


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103295



More information about the libcxx-commits mailing list