diff --git a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp index 383c33cd4..06b87ce4e 100644 --- a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp @@ -79,6 +79,8 @@ private : typename geometry::coordinate_system::type > robust_point_type; + // Still called by #case_102_multi, #case_107_multi + // #case_recursive_boxes_3 inline void get_situation_map(Indexed const& left, Indexed const& right, robust_point_type& pi_rob, robust_point_type& pj_rob, robust_point_type& ri_rob, robust_point_type& rj_rob,