pisa-engine/pisa

Build fails with Clang 10 and libstdc++-10

elshize opened this issue · 0 comments

When building with Clang 10 and libstdc++-10 (GNU std library), there's some problems connected to PSTL and GNU implementations of parallel algorithms. To pass tests, I remove the newer standard library when building with clang-10 here: #443