From 0f2aa39b6233765d4c881e18bc9bd1b144c63cc3 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 10 Sep 2025 18:46:58 +0300 Subject: [PATCH] Fixed template template use --- .../include/CGAL/Boolean_set_operations_2/Gps_agg_op.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h index 6c2f54cc44c..a68818d8a53 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h @@ -38,7 +38,7 @@ namespace CGAL { - template class SweepVisitor> +template class SweepVisitor> class Gps_agg_op { using Arrangement_2 = Arrangement_; using Bfs_visitor = BfsVisitor; @@ -75,7 +75,7 @@ class Gps_agg_op { using Subcurve = Arr_construction_subcurve; using Helper_tmp = typename Tt::template Construction_helper; using Helper = typename Helper_tmp::template rebind::other; - using Visitor = SweepVisitor; + using Visitor = SweepVisitor; using Surface_sweep_2 = Gps_agg_op_surface_sweep_2; using Edges_hash = Unique_hash_map;