You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang does not suport jthread include/ppqsort/parallel/cpp/mainloop_par.h:138:58: error: no member named 'jthread' in namespace 'std'; did you mean 'thread'? 138 | int threads = static_cast<int>(std::jthread::hardware_concurrency())) { | ~~~~~^~~~~~~ | thread
Clang does not suport jthread
include/ppqsort/parallel/cpp/mainloop_par.h:138:58: error: no member named 'jthread' in namespace 'std'; did you mean 'thread'? 138 | int threads = static_cast<int>(std::jthread::hardware_concurrency())) { | ~~~~~^~~~~~~ | thread
this introduces the problem
1c1faef
a fix is waiting to be merged
GabTux/PPQSort#1
But in meantime the easiest workaround is to use this commit
git checkout 684c34dc21e123b608e962d026d8c40ff0abe5ee
Hopefully this saves any reader from wasting an entire morning on messing with toolchains
The text was updated successfully, but these errors were encountered: