]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / overlay / enrichment_info.hpp
index fdffd665e43b8b66b987c797583fb8abc1c8b4b2..e01c13f7490a356a409192e371cbca3d7f4cdd7a 100644 (file)
@@ -35,6 +35,7 @@ struct enrichment_info
         , travels_to_ip_index(-1)
         , next_ip_index(-1)
         , startable(true)
+        , prefer_start(true)
         , count_left(0)
         , count_right(0)
         , rank(-1)
@@ -60,6 +61,7 @@ struct enrichment_info
     signed_size_type next_ip_index;
 
     bool startable; // Can be used to start in traverse
+    bool prefer_start; // Is preferred as starting point (if true)
 
     // Counts if polygons left/right of this operation
     std::size_t count_left;