From 1d9c91e73fc8e1726dbb670a660c1714f2f78b8e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 30 May 2025 14:25:12 +0100 Subject: [PATCH] cleanup --- NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h | 2 +- .../include/CGAL/NewKernel_d/function_objects_cartesian.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h b/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h index 24506496993..b5efb3bfbcc 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h @@ -134,7 +134,7 @@ template Base; typedef typename Get_type::type FT1; typedef typename Get_type::type FT2; - NTc c; // TODO: compressed storage as this is likely empty and the converter gets passed around (and stored in iterators) + CGAL_NO_UNIQUE_ADDRESS NTc c; public: KernelD_converter(){} diff --git a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h index e1485bf77d9..2fa984f2b12 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h @@ -1200,9 +1200,6 @@ template struct Compare_squared_distance : private Store_kernel { typedef typename Get_type::type RT; typedef typename Get_type::type result_type; typedef typename Get_functor >::type CI; - // TODO: This is_exact thing should be reengineered. - // the goal is to have a way to tell: don't filter this - typedef typename CGAL::Uses_no_arithmetic Uses_no_arithmetic; template result_type operator()(V const&a, V const&b, W const&c)const{ // Point, Point. FT