X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Falgorithms%2Fdetail%2Fsections%2Frange_by_section.hpp;h=f321b40b2aae5bb7001395510898cc103a7418b8;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=611ad172d277ded5048e031f72dee10c81823ff2;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/algorithms/detail/sections/range_by_section.hpp b/ceph/src/boost/boost/geometry/algorithms/detail/sections/range_by_section.hpp index 611ad172d..f321b40b2 100644 --- a/ceph/src/boost/boost/geometry/algorithms/detail/sections/range_by_section.hpp +++ b/ceph/src/boost/boost/geometry/algorithms/detail/sections/range_by_section.hpp @@ -7,20 +7,19 @@ // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. -// This file was modified by Oracle on 2013, 2014. -// Modifications copyright (c) 2013, 2014, Oracle and/or its affiliates. +// This file was modified by Oracle on 2013-2020. +// Modifications copyright (c) 2013-2020, 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, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_SECTIONS_RANGE_BY_SECTION_HPP #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_SECTIONS_RANGE_BY_SECTION_HPP -#include -#include +#include +#include #include #include @@ -28,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -105,11 +105,9 @@ template > struct range_by_section { - BOOST_MPL_ASSERT_MSG - ( - false, NOT_OR_NOT_YET_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE - , (types) - ); + BOOST_GEOMETRY_STATIC_ASSERT_FALSE( + "Not or not yet implemented for this Geometry type.", + Tag, Geometry, Section); };