From e071616ca7ed35d9f1f20460811b75e338b0ce3f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 11 Oct 2010 11:54:16 +0000 Subject: [PATCH] It was wrong that Polygon_2<..>::edge returns a const Segment&. It returns a copy --- Polygon/doc_tex/Polygon_ref/Polygon_2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/doc_tex/Polygon_ref/Polygon_2.tex b/Polygon/doc_tex/Polygon_ref/Polygon_2.tex index 9cd752d6abd..2ff15c20442 100644 --- a/Polygon/doc_tex/Polygon_ref/Polygon_2.tex +++ b/Polygon/doc_tex/Polygon_ref/Polygon_2.tex @@ -242,7 +242,7 @@ These methods are only available for random access containers. { Returns a (const) reference to the $i$-th vertex. } \ccMethod{Segment_2 edge(std::size_t i) const;} - { Returns a const reference to the $i$-th edge. } + { Returns the $i$-th edge. } \ccHeading{Miscellaneous}