blob: ca8775cb3c9a6e72df3e9ee47c41aae8c0fd0815 (
plain)
1
2
3
4
5
6
7
8
|
MSVC
----
Set to ``true`` when the compiler is some version of Microsoft Visual
C++ or another compiler simulating Visual C++. Any compiler defining
``_MSC_VER`` is considered simulating Visual C++.
See also the :variable:`MSVC_VERSION` variable.
|