X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Fformulas%2Fvertex_longitude.hpp;h=e8c5e8775b29958ae56d4d80293f67f230f24d50;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=4be273126b51eabf0d02894e99ea6e9276a7da56;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/formulas/vertex_longitude.hpp b/ceph/src/boost/boost/geometry/formulas/vertex_longitude.hpp index 4be273126..e8c5e8775 100644 --- a/ceph/src/boost/boost/geometry/formulas/vertex_longitude.hpp +++ b/ceph/src/boost/boost/geometry/formulas/vertex_longitude.hpp @@ -1,6 +1,6 @@ // Boost.Geometry -// Copyright (c) 2016-2018 Oracle and/or its affiliates. +// Copyright (c) 2016-2020 Oracle and/or its affiliates. // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle @@ -12,11 +12,11 @@ #ifndef BOOST_GEOMETRY_FORMULAS_MAXIMUM_LONGITUDE_HPP #define BOOST_GEOMETRY_FORMULAS_MAXIMUM_LONGITUDE_HPP + +#include #include #include -#include - #include namespace boost { namespace geometry { namespace formula @@ -224,11 +224,9 @@ public: template struct compute_vertex_lon { - BOOST_MPL_ASSERT_MSG - ( - false, NOT_IMPLEMENTED_FOR_THIS_COORDINATE_SYSTEM, (types) - ); - + BOOST_GEOMETRY_STATIC_ASSERT_FALSE( + "Not implemented for this coordinate system.", + CT, CS_Tag); }; template