[all-commits] [llvm/llvm-project] 37ba1b: [libc++] Implement ranges::is_partitioned

philnik777 via All-commits all-commits at lists.llvm.org
Fri May 6 04:02:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37ba1b9d1ac729b1b05f11b684d352ec34646379
      https://github.com/llvm/llvm-project/commit/37ba1b9d1ac729b1b05f11b684d352ec34646379
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_is_partitioned.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.partitions/ranges.is_partitioned.pass.cpp

  Log Message:
  -----------
  [libc++] Implement ranges::is_partitioned

Reviewed By: var-const, #libc

Spies: libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D124440




More information about the All-commits mailing list