Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch to support PowerPC and Windows 32 bits (#7635)
## Summary of Changes Patch required for the acceptance of CGAL-5.6 in vcpkg. The CI system tests on `x86_windows` (32 bits), and there was an error: ``` D:\installed\x86-windows\include\CGAL/cpp_float.h(30): error C3861: '_BitScanForward64': identifier not found D:\installed\x86-windows\include\CGAL/cpp_float.h(42): error C3861: '_BitScanReverse64': identifier not found ``` See microsoft/vcpkg#32896 (comment) The solution is do disable support for Boost MP on Windows 32 bits. That patch has been tested with the vcpkg CI, and it worked. ## Release Management * Affected package(s): Number_types * Issue(s) solved (if any): patch required by microsoft/vcpkg#32896
- Loading branch information