]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / overlay / append_no_duplicates.hpp
index c96d721b70457f484ae48c0320373f219ba6d2a2..f833fe6187644feb066c5f37ffa699875bc9c0c0 100644 (file)
@@ -40,9 +40,9 @@ inline void append_with_duplicates(Range& range, Point const& point)
     geometry::append(range, point);
 }
 
-template <typename Range, typename Point, typename EqPPStrategy>
+template <typename Range, typename Point, typename Strategy>
 inline void append_no_duplicates(Range& range, Point const& point,
-                                 EqPPStrategy const& strategy)
+                                 Strategy const& strategy)
 {
     if ( boost::empty(range)
       || ! geometry::detail::equals::equals_point_point(geometry::range::back(range),