mirror of
https://github.com/mpusz/mp-units.git
synced 2026-07-08 01:20:54 +02:00
3f0f4ecf80
With the recent `double_width_int` / `safe_int` fixes (commitsfc7eb739e,4ec5b655b,2a4c34253,01bf04491), the full hosted test and example suite now compiles cleanly on MSVC. Drop the MSVC-specific `build:all=False` branches in `ci-conan.yml` so the same matrix exercises tests and examples on every supported toolchain — which is what would have caught issue #795 before the MSVC team had to file it. `ci-test-package-cmake.yml` keeps `build:all=False` because that workflow exercises the *consumer* CMake test-package, which never needs the library's own tests/examples built. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>