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

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 10:40:36 PDT 2024


================
@@ -14,6 +14,8 @@
 #include <__functional/invoke.h>
 #include <__functional/ranges_operations.h>
 #include <__iterator/concepts.h>
+#include <__iterator/next.h>
+#include <__iterator/prev.h>
----------------
cjdb wrote:

What flushed this out?

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


More information about the libcxx-commits mailing list