boostorg / config

Boost.org config module
http://boost.org/libs/config
72 stars 154 forks source link

Update cxxstd values for GHA msvc jobs #471

Closed pdimov closed 12 months ago

pdimov commented 1 year ago

msvc-14.0 doesn't have /std:c++17, only /std:c++latest, so the cxxstd=17 job did nothing.

While here I also added 20 to msvc-14.2 and msvc-14.3, because they support that now.

pdimov commented 12 months ago

Ping?