-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fails to build using gcc 8.5 #151
Comments
Did you try |
Can you attach |
Ok, so the basic issue is that modern OSes require C++ > 98, so to we cannot require We should instead test the library in an environment that supports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested using the gcc that ships w/ both CentOS 8 and 9. You can reproduce using this simple
Dockerfile
:and the command
docker build .
See error output here:
log.txt
The text was updated successfully, but these errors were encountered: