-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compilation error with clang 14 on Apple silicon 13.6.4 #23
Comments
Oh, this is missing an |
This is what I tried first but this doesn't help. The |
According to https://en.cppreference.com/w/cpp/compiler_support |
If that's the case then we need to work around it via |
Since I am using Apple Clang 14.0.0 this is probably the issue. |
I think |
OK, and I thought GCC 9 (in CI) was old 😅. So I guess the code needs way more |
The master branch does not rely on |
When trying to compile the test suite on an Apple silicon with macosx 13.6.4 and Apple clang 14 I get the following error
The text was updated successfully, but these errors were encountered: