Menu

#837 Remove __MSC__ in favor of _MSC_VER

Version 6
open
nobody
None
5
2026-07-28
2026-07-28
PuQ
No

_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__.

1 Attachments

Discussion


Log in to post a comment.