Closed MatthieuHernandez closed 1 month ago
When compiling with Clang and MSVC as the standard library, clang defines the _MSC_VER and _MSC_FULL_VER macros. Use the __clang_major__ macro to ensure that the code is compiled with MSVC.
This is a duplicate of PR https://github.com/hsutter/cppfront/pull/1306.
When compiling with Clang and MSVC as the standard library, clang defines the _MSC_VER and _MSC_FULL_VER macros. Use the __clang_major__ macro to ensure that the code is compiled with MSVC.