-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't build (macOS) #4
Comments
Hello @genericptr, I think you need to use updated clang version to be able to compile C++20 |
I don't use C++ much on macOS but I think you may need to add some additional flags to get c++ 20 support. It's also possible Apple hasn't implemented the full feature set. There's the version I'm using which seems to be up to date.
|
I will search about this issue and check if i can solved it by adding flag or other thing |
@genericptr Can you please add this line on
|
great that fixed that error. I still get errors but these are probably because I'm using LLVM 16. I think I can download a LLVM 15 version but not sure if the build system will use the correct one.
|
@genericptr Great, Yes i think |
Is my C++ compiler the wrong version maybe?
The text was updated successfully, but these errors were encountered: