Closed chfast closed 3 months ago
Drop build and support for MSVC 32-bit x86 architecture. "This platform is almost extinct".
We continue to have some other 32-bit builds (GCC x86 and riscv32) to check pointer size and size_t correctness.
size_t
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.29%. Comparing base (4094b81) to head (3fbf48b). Report is 1 commits behind head on master.
4094b81
3fbf48b
Drop build and support for MSVC 32-bit x86 architecture. "This platform is almost extinct".
We continue to have some other 32-bit builds (GCC x86 and riscv32) to check pointer size and
size_t
correctness.