boostorg / multiprecision

Boost.Multiprecision
Boost Software License 1.0
194 stars 111 forks source link

All CI runs of type windows_msvc_14_0 for c++17 warn on not knowing c++17 #564

Closed ckormanyos closed 1 year ago

ckormanyos commented 1 year ago

ALL CI runs of type windows_msvc_14_0 for std C++17 warn that the toolset does not know of C++17.

Each file reports somethnig like:

cl : Command line warning D9002 : ignoring unknown option `/std:c++17`

We should either give the compiler a standard that it knows or use latest or even remove the runs entirely?

Thoughts @jzmaddock and @mborland

jzmaddock commented 1 year ago

I think it should be /std:latest for C++17 on that compiler?