X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Falgorithms%2Fdetail%2Fexpand%2Fsegment.hpp;h=c09c664e229e33dd151e2d5d40ab680d239d6ddb;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=3f6f196026e3e551e1fdf53de5eccd90370fd0f2;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/algorithms/detail/expand/segment.hpp b/ceph/src/boost/boost/geometry/algorithms/detail/expand/segment.hpp index 3f6f19602..c09c664e2 100644 --- a/ceph/src/boost/boost/geometry/algorithms/detail/expand/segment.hpp +++ b/ceph/src/boost/boost/geometry/algorithms/detail/expand/segment.hpp @@ -5,8 +5,8 @@ // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. // Copyright (c) 2014-2015 Samuel Debionne, Grenoble, France. -// This file was modified by Oracle on 2015, 2016, 2017, 2018. -// Modifications copyright (c) 2015-2018, Oracle and/or its affiliates. +// This file was modified by Oracle on 2015-2020. +// Modifications copyright (c) 2015-2020, Oracle and/or its affiliates. // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle @@ -26,11 +26,6 @@ #include -// For backward compatibility -#include -#include -#include - namespace boost { namespace geometry { @@ -54,8 +49,7 @@ struct expand Segment const& segment, Strategy const& strategy) { - boost::ignore_unused(strategy); - strategy.apply(box, segment); + strategy.expand(box, segment).apply(box, segment); } };