From a6050f4bb36a1e81775333fc8b6a40dc4f5951f0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 8 Nov 2022 15:57:53 +0100 Subject: [PATCH] Fix the comment --- .../CGAL/Exact_predicates_inexact_constructions_kernel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h b/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h index c80d13cc286..341c663007d 100644 --- a/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h +++ b/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h @@ -47,7 +47,8 @@ using Epick = Single_precision_epick; namespace internal { - // Basic objects, constructions, and predicates, using `double` for `FT`. + // Basic objects, constructions, and predicates, using the same base class as + // Simple_cartesian: Cartesian_base without reference counting. template using Epick_base = typename Simple_cartesian::template Base::Type;