From 3e40227febde9fd8bcfbd12d547df0414aad0bb4 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Thu, 24 Jul 2014 17:23:26 +0200 Subject: [PATCH] minmax function takes three template arguments This is to prepare a possible passing of coordinates. Signed-off-by: Panagiotis Cheilaris --- .../include/CGAL/Side_of_bounded_square_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h index 37cd30bf0f0..a26b6d85ff5 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h @@ -31,9 +31,9 @@ namespace CGAL { Orientation_Linf_2_Type orientation_Linf; - template + template inline void minmax( - const Point_2 &p, const Point_2 &q, const Point_2 &r, + const E &p, const E &q, const E &r, Point_2 const * & min_p, Point_2 const * & max_p, bool & samepq, bool & samepr, bool & sameqr ) const