-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[QST] cpp11.cu compiles with c++14 #1198
Comments
This issue has been labeled |
This issue has been labeled |
that file is removed in 3.5 |
This issue has been labeled |
I think cpp11.cu should be comparing against (from https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html)
201103L
.Although I vaguely remember that with a newer compiler, it can be difficult to test old standard compatibility. So maybe it just needs a comment that this is the best workable solution.
Feel free to close without comment, I just noticed the discrepancy between the code and the error message below.
The text was updated successfully, but these errors were encountered: