[libcxx-commits] [PATCH] D105791: [libcxx] adds `complexity_iterator`, `complexity_invocable`, and `test_algorithm`
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 23 08:33:04 PDT 2021
ldionne added a comment.
In D105791#2898198 <https://reviews.llvm.org/D105791#2898198>, @cjdb wrote:
> 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 :)
Yup, that would be my preference!
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