mirror of https://github.com/CGAL/cgal
qualify with CGAL to avoid ambiguous call
This commit is contained in:
parent
40de762742
commit
444cbfb63d
|
|
@ -446,7 +446,7 @@ extremal_polygon_2(
|
||||||
points_begin,
|
points_begin,
|
||||||
points_end,
|
points_end,
|
||||||
k,
|
k,
|
||||||
transform_iterator(
|
CGAL::transform_iterator(
|
||||||
o,
|
o,
|
||||||
boost::make_adaptable<Point_2, int>(boost::bind(Index_operator< RandomAccessIC, int, Point_2 >(),
|
boost::make_adaptable<Point_2, int>(boost::bind(Index_operator< RandomAccessIC, int, Point_2 >(),
|
||||||
points_begin, _1))),
|
points_begin, _1))),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue