apt.llvm.org clang-15 is not able to compile with C++17 feature std::execution::par – Ubuntu
for cross-reference: i asked also at llvm-bug-tracker: https://github.com/llvm/llvm-project/issues/57898 Steps to reproduce: Ubuntu with clang from apt.llvm.org and with potential pstl backends installed via libtbb2-dev and clang-15-openmp is not able to compile with C++17 feature std::execution::par. Dockerfile: FROM ubuntu:22.04 RUN apt-get…