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

Need to run all tests in all of C++11, C++14, C++17 #89

Open
eyalroz opened this issue Jun 4, 2021 · 0 comments
Open

Need to run all tests in all of C++11, C++14, C++17 #89

eyalroz opened this issue Jun 4, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jun 4, 2021

Some of our code behaves differently with differing C++ standard version - including potentially some code with explicit #if __cplusplus conditions.

We should therefore make sure and have all unit tests run for both C++11, C++14 and C++17. While that will treble compilation time and test execution time, it's still probably a good idea.

See also issue #84 .

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