]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / disjoint / linear_linear.hpp
index fb9189284d6839f6eb3cdcfaa60c3d25f142a1b7..fc8e6a3511cec89bcf1ec6a4626cfb43953c775f 100644 (file)
@@ -65,8 +65,8 @@ struct disjoint_segment
 
         detail::segment_as_subrange<Segment1> sub_range1(segment1);
         detail::segment_as_subrange<Segment2> sub_range2(segment2);
-        intersection_return_type is = strategy.apply(sub_range1, sub_range2,
-                                                     intersection_policy());
+        intersection_return_type is = strategy.relate().apply(sub_range1, sub_range2,
+                                                              intersection_policy());
 
         return is.count == 0;
     }