Merge branch 'develop' of https://github.com/boostorg/geometry into feature/is_simple

This commit is contained in:
Menelaos Karavelas
2014-06-03 08:54:02 +03:00
31 changed files with 92 additions and 92 deletions

View File

@@ -68,6 +68,11 @@ void test_distance(
<
bg::point_tag, bg::segment_tag, Point, Point
>::type cross_track_strategy_type;
typedef typename bg::strategy::distance::services::default_strategy
<
bg::segment_tag, bg::point_tag, Point, Point
>::type reversed_tags_cross_track_strategy_type;
}

View File

@@ -62,6 +62,11 @@ void test_services()
<
bg::point_tag, bg::segment_tag, P, PS
>::type projected_point_strategy_type;
typedef typename services::default_strategy
<
bg::segment_tag, bg::point_tag, PS, P
>::type reversed_tags_projected_point_strategy_type;
}
// 1: normal, calculate distance: