Fixed default parameter of default_distance_strategy_segment

[SVN r63581]
This commit is contained in:
Barend Gehrels
2010-07-04 10:09:25 +00:00
parent ddb8894b81
commit 0d48c4fe3c

View File

@@ -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
>