[libcxx-commits] [PATCH] D151257: [libc++][PSTL] Add a test to make sure that customization points work properly
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 24 08:09:12 PDT 2023
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM with green CI, thanks for adding this!
FWIW I think it's reasonable to disable this test when modules are enabled, this is inherently non-modular.
================
Comment at: libcxx/include/__algorithm/pstl_backend.h:70
template <class _ExecutionPolicy, class _Iterator, class _Tp>
void __pstl_fill(_Iterator __first, _Iterator __last, const _Tp& __value);
----------------
Those are missing the `_Backend` tag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151257/new/
https://reviews.llvm.org/D151257
More information about the libcxx-commits
mailing list