-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[macOS] fix c++23 issue using make #8113
Conversation
Still confusing since c++23 is available in Xcode 15. Did you make sure you have run xcode-select --install |
sudo softwareupdate --all --install --force |
I've run it again by editing config.make
and the full error is
|
so maybe |
Yeah 2B I used originally not sure why it changed to 23!
I think maybe when had some issues with windows using that
…On Tue, 10 Sep 2024 at 7:56 PM, Dimitre ***@***.***> wrote:
so maybe c++2b is the parameter you want to enable 'Working draft for ISO
C++ 2023 DIS' standard
—
Reply to this email directly, view it on GitHub
<#8113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HGMBBQPDKLJJDMNG4DZV4XGRAVCNFSM6AAAAABNZN4FLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBRGYYTGMZUG4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
it was hard to debug because platform templates were overriding with c++17 |
closes #8111