mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[example] Remove typename keyword
This commit is contained in:
parent
079aa577d0
commit
6ce78ef31a
@ -67,7 +67,7 @@ int main(void)
|
||||
#endif
|
||||
|
||||
// Calculate intersection points (turn points)
|
||||
typedef typename bg::segment_ratio_type<point_2d, bg::detail::no_rescale_policy>::type segment_ratio;
|
||||
typedef bg::segment_ratio_type<point_2d, bg::detail::no_rescale_policy>::type segment_ratio;
|
||||
typedef bg::detail::overlay::turn_info<point_2d, segment_ratio> turn_info;
|
||||
std::vector<turn_info> turns;
|
||||
bg::detail::get_turns::no_interrupt_policy policy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user