You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
* 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
* 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
* 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
* 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
* 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
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).
The text was updated successfully, but these errors were encountered: