update boost
This commit is contained in:
@@ -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 <boost/geometry/core/static_assert.hpp>
|
||||
#include <boost/geometry/formulas/spherical.hpp>
|
||||
#include <boost/geometry/formulas/flattening.hpp>
|
||||
|
||||
#include <boost/mpl/assert.hpp>
|
||||
|
||||
#include <boost/math/special_functions/hypot.hpp>
|
||||
|
||||
namespace boost { namespace geometry { namespace formula
|
||||
@@ -212,7 +212,7 @@ public:
|
||||
CT const sign = bet3 >= c0
|
||||
? c1
|
||||
: cminus1;
|
||||
|
||||
|
||||
CT const dlon_max = omg13 - sign * f * sin_alp0 * I3;
|
||||
|
||||
return dlon_max;
|
||||
@@ -224,11 +224,9 @@ public:
|
||||
template <typename CT, typename CS_Tag>
|
||||
struct compute_vertex_lon
|
||||
{
|
||||
BOOST_MPL_ASSERT_MSG
|
||||
(
|
||||
false, NOT_IMPLEMENTED_FOR_THIS_COORDINATE_SYSTEM, (types<CS_Tag>)
|
||||
);
|
||||
|
||||
BOOST_GEOMETRY_STATIC_ASSERT_FALSE(
|
||||
"Not implemented for this coordinate system.",
|
||||
CT, CS_Tag);
|
||||
};
|
||||
|
||||
template <typename CT>
|
||||
|
||||
Reference in New Issue
Block a user