From a412070362e30959bb7657e14b0eee0611dc6349 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sat, 1 Feb 2014 21:17:30 +0100 Subject: [PATCH] used the old turn policy in default get_turns() for backward compatibility --- .../boost/geometry/algorithms/detail/overlay/get_turns.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp b/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp index 3448942ac..042b8feaf 100644 --- a/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp @@ -898,8 +898,8 @@ inline void get_turns(Geometry1 const& geometry1, // typename boost::range_value::type // >::segment_intersection_strategy_type segment_intersection_strategy_type; - //typedef detail::overlay::get_turn_info TurnPolicy; - typedef detail::get_turns::get_turn_info_type TurnPolicy; + typedef detail::overlay::get_turn_info TurnPolicy; + //typedef detail::get_turns::get_turn_info_type TurnPolicy; boost::mpl::if_c <