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

C++17 not fully supported on MacOS: C++ shared pointers to arrays don't compile #7139

Open
Downsite opened this issue Jul 31, 2023 · 0 comments

Comments

@Downsite
Copy link

I am currently failing to build C++ binaries for a project using features from C++17 on MacOS.
One example is the usage of C++ shared pointers to arrays.

Downloading a newer SDK does not seem to help. The issue has been discussed before (#5851), but there the issue was not fixed generally, but for the specific project by forking & modifying upstream code.

Is there a known workaround that does not require changing upstream code?
BinaryBuilder can build the code for MacOS using the GCC toolchain without issue, but on the single test machine we got, the resulting binaries could not be opened.

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