From 65c797ab44e18045b532c74993c3641c8437db75 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 10 Sep 2025 18:38:03 +0300 Subject: [PATCH] Fixed definition of template template parameter --- .../include/CGAL/Boolean_set_operations_2/Gps_agg_op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e0737433cec..6c2f54cc44c 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;