[all-commits] [llvm/llvm-project] a203ac: [libc++][ranges] Implement `ranges::clamp`

philnik777 via All-commits all-commits at lists.llvm.org
Thu Aug 4 02:45:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a203acb9dd7227323d6161431225189d49917744
      https://github.com/llvm/llvm-project/commit/a203acb9dd7227323d6161431225189d49917744
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/clamp.h
    A libcxx/include/__algorithm/ranges_clamp.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.clamp/assert.ranges_clamp.pass.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.clamp/ranges.clamp.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement `ranges::clamp`

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




More information about the All-commits mailing list