X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Findex%2Fdetail%2Frtree%2Futilities%2Fgl_draw.hpp;h=bdabebf225c88e8d29f612178775cf621cc7a3e6;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=25c08dba096d7351014b6cb38ec8f9b8af3104c7;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp b/ceph/src/boost/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp index 25c08dba0..bdabebf22 100644 --- a/ceph/src/boost/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp +++ b/ceph/src/boost/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp @@ -4,8 +4,8 @@ // // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. // -// This file was modified by Oracle on 2019. -// Modifications copyright (c) 2019 Oracle and/or its affiliates. +// This file was modified by Oracle on 2019-2020. +// Modifications copyright (c) 2019-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, @@ -15,7 +15,7 @@ #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_GL_DRAW_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_GL_DRAW_HPP -#include +#include namespace boost { namespace geometry { namespace index { namespace detail { @@ -83,7 +83,9 @@ struct gl_draw_segment template struct gl_draw_indexable { - BOOST_MPL_ASSERT_MSG((false), NOT_IMPLEMENTED_FOR_THIS_TAG, (Tag)); + BOOST_GEOMETRY_STATIC_ASSERT_FALSE( + "Not implemented for this Indexable type.", + Indexable, Tag); }; template