From 812ce105c679045dfddd798cdc892d30f3fa068f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 12 May 2017 09:21:30 +0200 Subject: [PATCH] please MSVC Merge branch 'integration' of github.com:CGAL/cgal-dev into integration --- Convex_hull_2/test/Convex_hull_2/ch2_point_with_info.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Convex_hull_2/test/Convex_hull_2/ch2_point_with_info.cpp b/Convex_hull_2/test/Convex_hull_2/ch2_point_with_info.cpp index 116e91f941b..85892f9e653 100644 --- a/Convex_hull_2/test/Convex_hull_2/ch2_point_with_info.cpp +++ b/Convex_hull_2/test/Convex_hull_2/ch2_point_with_info.cpp @@ -10,13 +10,13 @@ typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef K::Point_2 Point_2; -template +template struct Forward_bool_functor : public F { - const std::vector& points; + const std::vector& points; - Forward_bool_functor(const std::vector& points) + Forward_bool_functor(const std::vector& points) : points(points) {}