[libcxx-commits] [PATCH] D152853: [libc++][PSTL] Implement std::is_partitioned

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 14 13:33:26 PDT 2023


philnik added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.partitions/pstl.is_partitioned.pass.cpp:44
+    }
+    { // check that an range is partitioned
+      int a[] = {1, 2, 3, 2, 5};
----------------
ldionne wrote:
> I think this comment is incomplete
This is the empty range test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152853/new/

https://reviews.llvm.org/D152853



More information about the libcxx-commits mailing list