Closed pdimov closed 12 months ago
msvc-14.0 doesn't have /std:c++17, only /std:c++latest, so the cxxstd=17 job did nothing.
/std:c++17
/std:c++latest
cxxstd=17
While here I also added 20 to msvc-14.2 and msvc-14.3, because they support that now.
Ping?
msvc-14.0 doesn't have
/std:c++17
, only/std:c++latest
, so thecxxstd=17
job did nothing.While here I also added 20 to msvc-14.2 and msvc-14.3, because they support that now.