diff --git a/include/boost/geometry/algorithms/detail/rescale.hpp b/include/boost/geometry/algorithms/detail/rescale.hpp index 036aed32c..33c381d6a 100644 --- a/include/boost/geometry/algorithms/detail/rescale.hpp +++ b/include/boost/geometry/algorithms/detail/rescale.hpp @@ -51,10 +51,13 @@ struct robust_point_type template struct segment_ratio_type { - // TODO set to coordinate type ? +// typedef typename geometry::coordinate_type::type coordinate_type; +// typedef segment_ratio type; typedef segment_ratio type; }; + + #endif }} // namespace boost::geometry diff --git a/include/boost/geometry/strategies/intersection_result.hpp b/include/boost/geometry/strategies/intersection_result.hpp index 656466d4d..c2203e4a0 100644 --- a/include/boost/geometry/strategies/intersection_result.hpp +++ b/include/boost/geometry/strategies/intersection_result.hpp @@ -220,7 +220,6 @@ template struct segment_intersection_info { typedef PromotedType promoted_type; - //typedef RobustType robust_type; CoordinateType dx_a, dy_a, dx_b, dy_b; // TODO b can be removed PromotedType r; // TODO is probably redundant