From 444cbfb63df05d408418ac30e3c7f64d11415562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 1 Feb 2016 09:56:15 +0100 Subject: [PATCH] qualify with CGAL to avoid ambiguous call --- Inscribed_areas/include/CGAL/extremal_polygon_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inscribed_areas/include/CGAL/extremal_polygon_2.h b/Inscribed_areas/include/CGAL/extremal_polygon_2.h index 6f05f005415..fe9e089588f 100644 --- a/Inscribed_areas/include/CGAL/extremal_polygon_2.h +++ b/Inscribed_areas/include/CGAL/extremal_polygon_2.h @@ -446,7 +446,7 @@ extremal_polygon_2( points_begin, points_end, k, - transform_iterator( + CGAL::transform_iterator( o, boost::make_adaptable(boost::bind(Index_operator< RandomAccessIC, int, Point_2 >(), points_begin, _1))),