[libcxx-commits] [libcxx] [libc++][ranges] Implement ranges::contains_subrange (PR #66963)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 12 18:17:08 PST 2024


================
@@ -3,13 +3,13 @@ C++20,all C++20 algorithms,N/A,N/A,✅
 C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
 C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
 C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
-C++23,`starts_with <https://wg21.link/P1659R3>`_,Zijun Zhao,`D150735 <https://llvm.org/D150735>`_,✅
-C++23,`ends_with <https://wg21.link/P1659R3>`_,Zijun Zhao,No patch yet,In Progress
+C++23,`starts_with <https://wg21.link/P1659R3>`_,Zijun Zhao,`D150735 <https://llvm.org/D150735>`_,Complete
+C++23,`ends_with <https://wg21.link/P1659R3>`_,Zijun Zhao,N/A,Complete
----------------
var-const wrote:

Instead of `N/A`:
```
`D150831 <https://llvm.org/D150831>`_
```

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


More information about the libcxx-commits mailing list