Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / geometry / policies / robustness / rescale_policy.hpp
index e4a9090..9394f8d 100644 (file)
@@ -22,7 +22,6 @@
 #include <boost/geometry/core/coordinate_type.hpp>
 
 #include <boost/geometry/policies/robustness/segment_ratio.hpp>
-#include <boost/geometry/policies/robustness/segment_ratio_type.hpp>
 #include <boost/geometry/policies/robustness/robust_point_type.hpp>
 
 #include <boost/geometry/util/math.hpp>
@@ -77,13 +76,6 @@ struct robust_point_type<Point, detail::robust_policy<FpPoint, IntPoint, Calcula
     typedef IntPoint type;
 };
 
-// Meta function for rescaling, if rescaling is done segment_ratio is based on long long
-template <typename Point, typename FpPoint, typename IntPoint, typename CalculationType>
-struct segment_ratio_type<Point, detail::robust_policy<FpPoint, IntPoint, CalculationType> >
-{
-    typedef segment_ratio<boost::long_long_type> type;
-};
-
 
 }} // namespace boost::geometry