mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
Fixed default parameter of default_distance_strategy_segment
[SVN r63581]
This commit is contained in:
@@ -64,7 +64,7 @@ struct default_distance_strategy
|
||||
template
|
||||
<
|
||||
typename Point,
|
||||
typename PointOfSegment,
|
||||
typename PointOfSegment = Point,
|
||||
typename Tag1 = typename cs_tag<Point>::type,
|
||||
typename Tag2 = typename cs_tag<PointOfSegment>::type
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user