[libcxx-commits] [PATCH] D150085: [libc++][PSTL] Add missing includes to PSTL headers

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 7 21:41:22 PDT 2023


iana created this revision.
iana added reviewers: ldionne, Mordante, philnik, Bigcheese.
Herald added subscribers: ributzka, miyuki.
Herald added a project: All.
iana requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Several PSTL headers included by <algorithm> are missing includes for things they use.
Switch some quoted includes to angle includes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150085

Files:
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__pstl/internal/execution_impl.h
  libcxx/include/__pstl/internal/parallel_backend_serial.h
  libcxx/include/__pstl/internal/parallel_impl.h
  libcxx/include/__pstl/internal/unseq_backend_simd.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150085.520248.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230508/4b0cc18e/attachment.bin>


More information about the libcxx-commits mailing list