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

Try to build an executable for each C++ version after 11 supported by the compiler #480

Closed
eyalroz opened this issue Mar 25, 2023 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 25, 2023

We currently build a cpp14 example program, to ensure compilation with C++14.

Instead, let's conditionally build that one, but also build executables for each other C++ version the compiler supports (and - not fail because of lack of compiler support for anything above C++11).

eyalroz added a commit that referenced this issue Mar 25, 2023
* No longer requiring the compiler to support C++14
* Now compiling multiple executables (from the same source), one for each language standard version past C++11 until C++23
eyalroz added a commit that referenced this issue Mar 25, 2023
* No longer requiring the compiler to support C++14
* Now compiling multiple executables (from the same source), one for each language standard version past C++11 until C++23
eyalroz added a commit that referenced this issue Mar 25, 2023
* No longer requiring the compiler to support C++14
* Now compiling multiple executables (from the same source), one for each language standard version past C++11 until C++23
eyalroz added a commit that referenced this issue Mar 25, 2023
* No longer requiring the compiler to support C++14
* Now compiling multiple executables (from the same source), one for each language standard version past C++11 until C++23
eyalroz added a commit that referenced this issue Mar 25, 2023
* No longer requiring the compiler to support C++14
* Now compiling multiple executables (from the same source), one for each language standard version past C++11 until C++23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant