Scope
- Set the C++ flag /Zc:__cplusplus by default for MSVC.
- Remove option from .mci.yml.
- Remove note from documentation.
Background & Motivation
The documentation currently notes it is required to configure with /Zc:__cplusplus to compile with MSVC for C++17. Adding it as a default removes an exception in the build for MSVC.
- is related to
-
CXX-2055 Set /EHsc when building on Visual Studio
- Closed