mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
[geometry] Minor - pass ringtype separately
(further this change was part of a non-committed change)
This commit is contained in:
@@ -79,9 +79,9 @@ class backtrack_check_self_intersections
|
||||
public :
|
||||
typedef state state_type;
|
||||
|
||||
template <typename Operation, typename Rings, typename Turns, typename RescalePolicy>
|
||||
template <typename Operation, typename Rings, typename Ring, typename Turns, typename RescalePolicy>
|
||||
static inline void apply(std::size_t size_at_start,
|
||||
Rings& rings, typename boost::range_value<Rings>::type& ring,
|
||||
Rings& rings, Ring& ring,
|
||||
Turns& turns, Operation& operation,
|
||||
std::string const& ,
|
||||
Geometry1 const& geometry1,
|
||||
|
||||
Reference in New Issue
Block a user