Skip to content
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

Update GCC version #36

Open
snej opened this issue Nov 17, 2022 · 0 comments
Open

Update GCC version #36

snej opened this issue Nov 17, 2022 · 0 comments

Comments

@snej
Copy link

snej commented Nov 17, 2022

I tried to use this to build my project, but I use some C++20 features including the new comparison (<=>) operator, which GCC 9 doesn’t support. So I got a “no such file” error on #include <compare>.

GCC 10 does build my project successfully on Linux. I’m just trying to find a way to do this build on macOS. So it would be nice if you updated to a newer version of GCC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant