From f24c875c1651e2b505ca1a070ba8825f5b0d8879 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Mon, 4 Feb 2019 22:38:01 +0100 Subject: [PATCH] \bug doesn't have a title --- Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h b/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h index 3d0a7adaad3..0301322ec12 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Epeck_d.h @@ -73,7 +73,7 @@ Point_d(double x0, double x1, ...); /*! introduces a point with coordinate set `[first,end)`. \pre If `DimensionTag` is a fixed dimension, it matches `distance(first,end)`. \tparam ForwardIterator has its value type that is convertible to `double`. - \bug{Lazy construction} This constructor stores the iterators and may use + \bug This constructor stores the iterators and may use them at any later time, when an exact construction is needed. This means that if `[first,end)` points to some buffer, it has to remain alive at least as long as the point.