-
Notifications
You must be signed in to change notification settings - Fork 175
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
Cannot build on newer versions of absl #24
Comments
When I try manually upping the C++ stdlib version, I get these errors (on MacOS 13): Command used:
|
I fixed this by going up to c++17. |
After June 2022, ABSL no longer supports c++11, so it cannot build anymore.
The text was updated successfully, but these errors were encountered: