mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
undiscovered function equals_point_point: MSVC thinks that that the detail::equals namespace qualifying the call to equals_point_point is a nested namespace inside boost::geometry::strategy::side; fix: qualify the call to equals_point_point by geometry::detail::equals;