[all-commits] [llvm/llvm-project] 9d9053: [libc++][ranges] Implement std::ranges::swap_ranges()

philnik777 via All-commits all-commits at lists.llvm.org
Thu Feb 10 07:01:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d90531904983c1268cea6d56bfbc1ab2743ec23
      https://github.com/llvm/llvm-project/commit/9d90531904983c1268cea6d56bfbc1ab2743ec23
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_swap_ranges.h
    M libcxx/include/__algorithm/swap_ranges.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_swap_ranges.module.verify.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement std::ranges::swap_ranges()

Implement `std::ranges::swap_ranges()`

Reviewed By: Quuxplusone, #libc, ldionne

Spies: ldionne, mgorny, jloser, libcxx-commits

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




More information about the All-commits mailing list