Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIP-CPU targets C++17 compatibility but uses <version> (which is a C++20 feature) #31

Open
alexrobomind opened this issue Nov 23, 2021 · 0 comments
Assignees

Comments

@alexrobomind
Copy link

alexrobomind commented Nov 23, 2021

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.

@AlexVlx AlexVlx self-assigned this Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants