[libcxx-commits] [PATCH] D60032: Add execution header
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 1 11:10:51 PDT 2019
ldionne added a comment.
In D60032#1450205 <https://reviews.llvm.org/D60032#1450205>, @zoecarver wrote:
> @ldionne Okay, great. I assume you mean this PSTL <https://github.com/llvm/llvm-project/tree/master/pstl>? Is that ever merged into libc++?
Not right now, but I'm working on integrating it into libc++.
> Also, it doesn't look like PSTL contains any of the execution policies (or `is_execution_policy`). Should I make a patch to that repository, or would you rather implement those yourself?
See https://github.com/llvm-mirror/pstl/blob/master/include/pstl/internal/execution_defs.h#L23
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60032/new/
https://reviews.llvm.org/D60032
More information about the libcxx-commits
mailing list