_MSC_VER is an MSVC-specific predefined macro. Since _MSC_VER is already used to detect MSVC, it is safe to remove the last usage of __MSC__.
_MSC_VER
__MSC__
Log in to post a comment.