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

Bring back required C++ standard to 11 (from 14) #382

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

GwnDaan
Copy link
Member

@GwnDaan GwnDaan commented Dec 7, 2023

Besides setting C++14 back to C++11 as the required minimum standard, I changed the way we check required version, this should resolve #357 as well.

I had to make some changes in the unit-testing, because we used some C++14 specific features there, and I feel like it's best to be completely uniform of the usage of C++ standards. Hence no C++14 features in unit-testing either.

@GwnDaan GwnDaan requested a review from ad3154 December 7, 2023 22:04
@GwnDaan GwnDaan self-assigned this Dec 7, 2023
@GwnDaan GwnDaan force-pushed the daan/better-cpp-standard-checking branch 2 times, most recently from f521660 to 92d30b0 Compare December 8, 2023 09:13
@GwnDaan GwnDaan force-pushed the daan/better-cpp-standard-checking branch from 1405176 to 3e8a593 Compare December 8, 2023 09:20
Copy link

sonarqubecloud bot commented Dec 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@GwnDaan GwnDaan merged commit a90c4bf into make-unique Dec 8, 2023
11 checks passed
@GwnDaan GwnDaan deleted the daan/better-cpp-standard-checking branch December 8, 2023 21:46
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