Only print Visual Studio messages when compiling with MSVC
When compiling with other compilers than MSVC, error messages about C++11 support for versions below MSVC version 19.0.24210.0 were printed. This happens, for example, when using clang-cl installed with the Visual Studio Installer.
Showing
Please register or sign in to comment