[all-commits] [llvm/llvm-project] 58d9ab: [libc++][ranges] Implement ranges::minmax and rang...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Apr 14 06:37:34 PDT 2022


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

  Changed paths:
    M libcxx/benchmarks/algorithms.bench.cpp
    M libcxx/docs/Status/Cxx20Issues.csv
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/minmax.h
    M libcxx/include/__algorithm/minmax_element.h
    A libcxx/include/__algorithm/ranges_minmax.h
    A libcxx/include/__algorithm/ranges_minmax_element.h
    M libcxx/include/__functional/identity.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    M libcxx/include/type_traits
    A libcxx/test/libcxx/algorithms/alg.sorting/assert.min.max.pass.cpp
    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.min.max/ranges.minmax.pass.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax_element.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement ranges::minmax and ranges::minmax_element

Reviewed By: var-const, #libc, ldionne

Spies: sstefan1, ldionne, BRevzin, libcxx-commits, mgorny

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




More information about the All-commits mailing list