-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Open
Description
MSVC has many issues, for example:
- non-optimized codegen: build: remove need to test for endianness #29852 (comment)
- compile failure: MSVC 17.12.0 internal compiler error #31303
- legal, but brittle stdlib: util: Drop boost posix_time in ParseISO8601DateTime #31391 (comment)
- unspecified issue: refactor: Check translatable format strings at compile-time #31061 (comment)
Thus, it could make sense to evaluate whether to switch the build docs to clang (possibly with libc++), see https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild
real-or-random and mentikdergoegge