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

Enforce C++ std 11 in build system. #147

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

WardF
Copy link
Member

@WardF WardF commented Jan 18, 2024

It's past time to get a C++ release out; there are PR's to be gone through; I'm also putting up this PR, if it is already handled in any of the other PR's, I'll close this. I'll start reviewing them after finishing the review of the C library PR's.

@WardF WardF added this to the 4.3.2 milestone Jan 18, 2024
@WardF WardF self-assigned this Jan 18, 2024
@ZedThree
Copy link
Contributor

I also added this in 4a2c6ce in #143, although I set it to C++14. I would strongly encourage setting the minimum to C++14 rather than 11. 14 is really a "bug fix release" of the standard, and is universally supported.

I would even push for setting C++17 to be the minimum standard, as it's now very widely supported by the default compiler on all major currently supported OSes and systems.

@WardF WardF merged commit 9ecd295 into Unidata:master Jun 10, 2024
1 check passed
@WardF WardF deleted the compile_issue.wif branch June 10, 2024 23:22
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.

2 participants