[all-commits] [llvm/llvm-project] 7ace54: [libc++][PSTL] Implement std::copy{, _n}

philnik777 via All-commits all-commits at lists.llvm.org
Mon May 15 14:47:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ace54e64bb68c0af3ceff33032e982a9ad1ae58
      https://github.com/llvm/llvm-project/commit/7ace54e64bb68c0af3ceff33032e982a9ad1ae58
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/pstl_copy.h
    M libcxx/include/__pstl/internal/glue_algorithm_defs.h
    M libcxx/include/__pstl/internal/glue_algorithm_impl.h
    M libcxx/include/algorithm
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp

  Log Message:
  -----------
  [libc++][PSTL] Implement std::copy{,_n}

Reviewed By: ldionne, #libc

Spies: jloser, libcxx-commits

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




More information about the All-commits mailing list