X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Falgorithms%2Fdetail%2Foverlay%2Fcopy_segments.hpp;h=d5bdf7eb829abfc39498a339099e030041f2e2b9;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=c6f540a9788b49ec027c41caad1988adee895724;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/algorithms/detail/overlay/copy_segments.hpp b/ceph/src/boost/boost/geometry/algorithms/detail/overlay/copy_segments.hpp index c6f540a97..d5bdf7eb8 100644 --- a/ceph/src/boost/boost/geometry/algorithms/detail/overlay/copy_segments.hpp +++ b/ceph/src/boost/boost/geometry/algorithms/detail/overlay/copy_segments.hpp @@ -2,8 +2,8 @@ // Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. -// This file was modified by Oracle on 2014, 2017. -// Modifications copyright (c) 2014-2017 Oracle and/or its affiliates. +// This file was modified by Oracle on 2014, 2017, 2018. +// Modifications copyright (c) 2014-2018 Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle @@ -23,23 +23,27 @@ #include #include +#include +#include +#include +#include +#include + #include #include #include #include #include -#include + #include -#include -#include -#include -#include -#include -#include +#include #include +#include +#include + namespace boost { namespace geometry { @@ -137,11 +141,11 @@ private: template static inline void append_to_output(RangeOut& current_output, Point const& point, - SideStrategy const&, + SideStrategy const& strategy, RobustPolicy const&, boost::false_type const&) { - detail::overlay::append_no_duplicates(current_output, point); + detail::overlay::append_no_duplicates(current_output, point, strategy.get_equals_point_point_strategy()); } public: