[libcxx-commits] [libcxx] [libcxx] patch for implementing ranges::find_last (PR #67270)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 2 04:22:55 PDT 2023


philnik777 wrote:

I very much agree with @huixie90. Please revert to forwarding `find_last` to `find_last_if`. We really shouldn't duplicate this to make `-O0` a tiny bit faster.

https://github.com/llvm/llvm-project/pull/67270


More information about the libcxx-commits mailing list