[libcxx-commits] [PATCH] D149539: [libc++][PSTL] Implement std::find{, _if, _if_not}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 09:04:48 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.
Closed by commit rG824391693cbb: [libc++][PSTL] Implement std::find{,_if,_if_not} (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D149539?vs=518271&id=518465#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149539/new/

https://reviews.llvm.org/D149539

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__pstl/internal/algorithm_fwd.h
  libcxx/include/__pstl/internal/algorithm_impl.h
  libcxx/include/__pstl/internal/glue_algorithm_defs.h
  libcxx/include/__pstl/internal/glue_algorithm_impl.h
  libcxx/include/algorithm
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if_not.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149539.518465.patch
Type: text/x-patch
Size: 22115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230501/4207ec75/attachment-0001.bin>


More information about the libcxx-commits mailing list