]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/has_self_intersections.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / has_self_intersections.hpp
index 1289d946a5e7c1a39ec15b2111fb1293d76a3c4b..82ace9d0a1359660e5421a662ea229187fb6a0c5 100644 (file)
@@ -3,8 +3,8 @@
 // Copyright (c) 2011-2012 Barend Gehrels, Amsterdam, the Netherlands.
 // Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
 
-// This file was modified by Oracle on 2017.
-// Modifications copyright (c) 2017 Oracle and/or its affiliates.
+// This file was modified by Oracle on 2017, 2019.
+// Modifications copyright (c) 2017, 2019 Oracle and/or its affiliates.
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Use, modification and distribution is subject to the Boost Software License,
@@ -150,7 +150,7 @@ inline bool has_self_intersections(Geometry const& geometry,
         >::type strategy;
 
     rescale_policy_type robust_policy
-            = geometry::get_rescale_policy<rescale_policy_type>(geometry);
+        = geometry::get_rescale_policy<rescale_policy_type>(geometry, strategy);
 
     return has_self_intersections(geometry, strategy, robust_policy,
                                   throw_on_self_intersection);