-
Notifications
You must be signed in to change notification settings - Fork 54
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
Compile error with GCC 11 #131
Comments
I have run into the same problem. I'm not entirely sure what the problem is and what it is related to, but I assumed it was an issue with newer versions of the compiler and tried |
Right. The problem is that |
Migrating to CMake would probably make a lot of things easier.. |
The |
Switching to CMake when the problem requires a 1-line fix for each compiler type (and almost all of them use GCC-compatible I will write the trivial fix in |
But hey, at least the bug is dead! |
@susilehtola Was wondering if the pull request mentioned here fixed the issue for c++11? |
@raghavendrak I tried, but the PR doesn't give a clean patch |
@susilehtola sorry there was an issue in my fork. Have fixed the same. Can you try it now? |
fix confirmed |
Trying to compile the current
master
branch with gcc 11.2.1 in Fedora 35 leads toThe text was updated successfully, but these errors were encountered: