cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

Evaluate new Visual Studio 2017 /permissive- compiler option

Open j-o opened this issue 7 years ago • 2 comments

(note the -, i.e., disable permissive mode) This disables Microsoft-specific language extensions. Sounds similar to gcc's non-permissive mode (which is the default).

j-o avatar Mar 09 '17 07:03 j-o

https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance

j-o avatar Mar 09 '17 08:03 j-o

I think this will be a valuable option, although I don't know anyone of our development team that is unaware of unstandardized MSVC C++ features and uses them.

scheibel avatar Mar 10 '17 21:03 scheibel