Fix C++ version detection for MSVC#1342
Conversation
|
LGTM. The fact that we don't detect that in CI is a problem (and a potential regression pithole). Does that mean this PR should also add msvc in the compilers tested in |
|
@serge-sans-paille I added MSVC for this build. There is a bit of a self-referential problem here, tests were using On top I find the CI starting to last long. I've started to think we should improve our strategy. For instance, mixing AVX2 check with C++17 etc -- same way we don't build the whole (compiler version, micro arch) matrix. |
No description provided.