[libcxx-commits] [PATCH] D130515: [libc++][ranges] Make sure all range algorithms support differing projection types:

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 25 17:32:29 PDT 2022


huixie90 added a comment.

The fix looks good to me and I think we should delete  the overload `__make_projected_comp(__comp, __proj1, __proj2)` and replace all the usages with hand coded `std::invoke`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130515



More information about the libcxx-commits mailing list