Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
168 stars 40 forks source link

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

Closed GwnDaan closed 7 months ago

GwnDaan commented 7 months ago

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.

sonarcloud[bot] commented 7 months ago

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