[libcxx-commits] [PATCH] D103295: [libcxx][docs] updates the ranges status paper
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 9 08:47:12 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM with comments applied. I mostly double-checked what I was assigned to.
================
Comment at: libcxx/docs/OneRangesProposalStatus.csv:56
+| indirectly_binary_predicate
+| indirectly_equivalence_relation
+| indirectly_strict_weak_order",[readable.traits],Louis Dionne,In progress
----------------
`indirect_unary_predicate`, `indirect_binary_predicate`, `indirect_equivalence_relation` and `indirect_strict_weak_order`.
Those were all done in https://reviews.llvm.org/D101277.
The names are hella confusing.
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