[libcxx-commits] [libcxx] [libc++][pstl] Generic implementation of parallel std::is_sorted (PR #176129)

Michael G. Kazakov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 20 13:46:35 PST 2026


================
@@ -388,6 +389,35 @@ struct __reduce<__default_backend_tag, _ExecutionPolicy> {
   }
 };
 
+template <class _ExecutionPolicy>
+struct __is_sorted<__default_backend_tag, _ExecutionPolicy> {
----------------
mikekazakov wrote:

Done.

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


More information about the libcxx-commits mailing list