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

Create CI environment to test compatibility with C++98 #154

Open
palemieux opened this issue Oct 12, 2023 · 0 comments
Open

Create CI environment to test compatibility with C++98 #154

palemieux opened this issue Oct 12, 2023 · 0 comments

Comments

@palemieux
Copy link
Contributor

palemieux commented Oct 12, 2023

Modern platforms require C++ > 98.

CI should include testing in an environment that uses C++98, i.e. __cplusplus <= 199711L

Suggest running the environment in a Docker container and requiring C++98 using the CMake directive: set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 98)

Spawned from #151

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