X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Findex%2Fdetail%2Falgorithms%2Fpath_intersection.hpp;h=4803f591422ebf5019bea7496ecc1fef2fc9f525;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=3cfb556c304356f4531fb592ff3065d207eec71f;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/index/detail/algorithms/path_intersection.hpp b/ceph/src/boost/boost/geometry/index/detail/algorithms/path_intersection.hpp index 3cfb556c3..4803f5914 100644 --- a/ceph/src/boost/boost/geometry/index/detail/algorithms/path_intersection.hpp +++ b/ceph/src/boost/boost/geometry/index/detail/algorithms/path_intersection.hpp @@ -4,6 +4,10 @@ // // Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland. // +// This file was modified by Oracle on 2020. +// Modifications copyright (c) 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) @@ -12,6 +16,8 @@ #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_PATH_INTERSECTION_HPP +#include + #include #include @@ -24,7 +30,9 @@ namespace dispatch { template struct path_intersection { - BOOST_MPL_ASSERT_MSG((false), NOT_IMPLEMENTED_FOR_THIS_GEOMETRY_OR_INDEXABLE, (path_intersection)); + BOOST_GEOMETRY_STATIC_ASSERT_FALSE( + "Not implemented for this Geometry or Indexable.", + Indexable, Geometry, IndexableTag, GeometryTag); }; // TODO: FP type must be used as a relative distance type!