]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/core/coordinate_type.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / core / coordinate_type.hpp
index e4c391ec453d75d6052d52af176dbf37e011c9fa..760b122ad39ed894ccd87ad13b54e912fa5bde5c 100644 (file)
@@ -22,7 +22,6 @@
 #include <boost/geometry/core/point_type.hpp>
 #include <boost/geometry/core/static_assert.hpp>
 #include <boost/geometry/core/tag.hpp>
-#include <boost/geometry/util/promote_floating_point.hpp>
 #include <boost/geometry/util/type_traits_std.hpp>
 
 
@@ -94,15 +93,6 @@ struct coordinate_type
         >::type type;
 };
 
-template <typename Geometry>
-struct fp_coordinate_type
-{
-    typedef typename promote_floating_point
-        <
-            typename coordinate_type<Geometry>::type
-        >::type type;
-};
-
 /*!
 \brief assert_coordinate_type_equal, a compile-time check for equality of two coordinate types
 \ingroup utility