summaryrefslogtreecommitdiff
path: root/boost/geometry/policies/relate/direction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/policies/relate/direction.hpp')
-rw-r--r--boost/geometry/policies/relate/direction.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/geometry/policies/relate/direction.hpp b/boost/geometry/policies/relate/direction.hpp
index 9090d8b51e..cfbaf7dd15 100644
--- a/boost/geometry/policies/relate/direction.hpp
+++ b/boost/geometry/policies/relate/direction.hpp
@@ -126,7 +126,9 @@ struct segments_direction
typedef typename select_most_precise<coordinate_type, double>::type rtype;
+ template <typename R>
static inline return_type segments_intersect(side_info const& sides,
+ R const&,
coordinate_type const& dx1, coordinate_type const& dy1,
coordinate_type const& dx2, coordinate_type const& dy2,
S1 const& s1, S2 const& s2)