mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
The functions in arithmetic.hpp would check the concepts Point and ConstPoint on Point2, instead of checking Point on Point1 and ConstPoint on Point2. This would cause concept check failures when attempting to operate from a ConstPoint.