mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-17 13:52:09 +00:00
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/is_simple
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user