mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 15:14:02 +00:00
fix: remove remaining policies
This commit is contained in:
parent
6b76894e11
commit
9cff67b90b
@ -382,13 +382,13 @@ public :
|
||||
}
|
||||
}
|
||||
|
||||
template <typename Mapper, typename Geometry, typename Strategy, typename RescalePolicy>
|
||||
void map_self_ips(Mapper& mapper, Geometry const& geometry, Strategy const& strategy, RescalePolicy const& rescale_policy)
|
||||
template <typename Mapper, typename Geometry, typename Strategy>
|
||||
void map_self_ips(Mapper& mapper, Geometry const& geometry, Strategy const& strategy)
|
||||
{
|
||||
using turn_info = bg::detail::overlay::turn_info
|
||||
<
|
||||
Point,
|
||||
typename bg::detail::segment_ratio_type<Point, RescalePolicy>::type
|
||||
typename bg::segment_ratio_type<Point>::type
|
||||
>;
|
||||
|
||||
std::vector<turn_info> turns;
|
||||
@ -397,7 +397,7 @@ public :
|
||||
bg::self_turns
|
||||
<
|
||||
bg::detail::overlay::assign_null_policy
|
||||
>(geometry, strategy, rescale_policy, turns, policy);
|
||||
>(geometry, strategy, turns, policy);
|
||||
|
||||
for (turn_info const& turn : turns)
|
||||
{
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
foreach(item IN ITEMS
|
||||
compare
|
||||
rescale_policy
|
||||
)
|
||||
boost_geometry_add_unit_test("policies" ${item})
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user