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
The parallel/algorithm header is part of GNU libstdc++. See here. If you are on macos, then I guess you are using libc++, which might not contain these non-standard APIs.
Maybe the code can be updated to use standardized parallel algorithms from C++17. Not sure how the state of implementations is, though.
My compilation environment is:
os:macos 12.3.1
cpu:Intel i7
Compiler: Apple clang version 13.0.0 (clang-1300.0.27.3)
The text was updated successfully, but these errors were encountered: