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

Switch C++ standard to C++11 #328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmosiejczuk
Copy link

Non-static initializers require C++11 in at least G++ 8.4.x

bob-beck pushed a commit to openbsd/ports that referenced this pull request Sep 30, 2023
@coderofsalvation
Copy link
Contributor

Which platform did you compile?
The codebase is trying to stay compatible with non-modern environments.
Perhaps it was a certain platformspecific feature (midi?) on your platform which used the non-static initializers.
We need to adjust the CMakeLists.txt to switch to C11 in that case.

@thesamesam
Copy link

We hit this in Gentoo in https://bugs.gentoo.org/909761.

@coderofsalvation
Copy link
Contributor

coderofsalvation commented May 27, 2024 via email

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

Successfully merging this pull request may close these issues.

3 participants