[all-commits] [llvm/llvm-project] 3151b9: [libc++][ranges] implement `std::ranges::set_union`

Hui via All-commits all-commits at lists.llvm.org
Thu Jul 14 13:06:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3151b95dad408351e368baf31125985b6de4e5db
      https://github.com/llvm/llvm-project/commit/3151b95dad408351e368baf31125985b6de4e5db
  Author: Hui Xie <hui.xie1990 at gmail.com>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/__algorithm/ranges_set_union.h
    M libcxx/include/__algorithm/set_union.h
    M libcxx/include/algorithm
    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/std/algorithms/alg.sorting/alg.set.operations/set.union/ranges_set_union.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] implement `std::ranges::set_union`

[libc++][ranges] implement `std::ranges::set_union`

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




More information about the All-commits mailing list