[libcxx-commits] [libcxx] [libc++] Guard PSTL headers with >= C++17 (PR #108234)

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 14 08:58:20 PDT 2024


Ehu1 wrote:

Sorry, I'd like to ask a question here that is unrelated to this issue: Why does LLVM currently call std::for_each(std::execution::par, first, last, func) using the implementation under the include/__pstl directory in libcxx, rather than using the PSTL implementation in the LLVM library? Or, in other words, why was __pstl under the libcxx directory created? Are these two projects working on different things?

https://github.com/llvm/llvm-project/pull/108234


More information about the libcxx-commits mailing list