[libcxx-commits] [libcxx] [libc++][ranges] P1223R5: `find_last` (PR #99312)

nicole mazzuca via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 14:30:28 PDT 2024


================
@@ -0,0 +1,263 @@
+//===----------------------------------------------------------------------===//
----------------
strega-nil wrote:

I actually don't think it's necessary - I think it's just a leftover from when `ranges::find` was broken with `deque`. No reason to spend the compute cycles.

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


More information about the libcxx-commits mailing list