HIP-CPU targets C++17 compatibility but uses <version> (which is a C++20 feature) · Issue #31 · ROCm/HIP-CPU · GitHub
More Web Proxy on the site http://driver.im/
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
Currently, a lot of headers include <version> to check for availability of parallel algorithms. However, this header is not available in C++17, but only from C++20 onwards.