[libcxx-commits] [PATCH] D105791: [libcxx] adds `complexity_iterator`, `complexity_invocable`, and `test_algorithm`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 22 14:56:45 PDT 2021
cjdb added a comment.
In D105791#2898081 <https://reviews.llvm.org/D105791#2898081>, @ldionne wrote:
> I would suggest that you move `complexity_iterator` to the `ranges::find` patch so that it's added in the same patch that starts using it.
Ack. Should I move the complexity_invocable stuff to the first algorithm patch it's used in too? Then we just need to make a decision about the `test_algorithm` stuff, and I'll inject where it's necessary so D105791 <https://reviews.llvm.org/D105791> can be abandoned :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105791/new/
https://reviews.llvm.org/D105791
More information about the libcxx-commits
mailing list