[libcxx-commits] [libcxx] [libc++][ranges] P1223R5: `find_last` (PR #99312)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 12:56:29 PDT 2024
================
@@ -55,6 +55,7 @@ Implemented Papers
- P2231R1 - Missing ``constexpr`` in ``std::optional`` and ``std::variant``
- P0019R8 - ``std::atomic_ref``
- P2389R2 - Alias template ``dims`` for the ``extents`` of ``mdspan``
+- P1223R5 - ``find_last``
----------------
ldionne wrote:
```suggestion
- P1223R5 - ``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()``
```
https://github.com/llvm/llvm-project/pull/99312
More information about the libcxx-commits
mailing list