compiler property

WindowsCompiler compiler
final

C++ compiler selection.

Defaults to WindowsCompiler.msvc. Set to WindowsCompiler.clangCl to build with LLVM's MSVC-compatible clang-cl driver instead of cl.exe. See WindowsCompiler.clangCl for the per-generator behavior.

Implementation

final WindowsCompiler compiler;