From 1a2118098ba2de4bcfb71b16bc7de4166305d91a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 21 Jun 2010 16:52:36 +0000 Subject: [PATCH] int -> size_type/std::size_t --- Polygon/include/CGAL/Polygon_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/include/CGAL/Polygon_2.h b/Polygon/include/CGAL/Polygon_2.h index 919b556d26d..124c7d41f37 100644 --- a/Polygon/include/CGAL/Polygon_2.h +++ b/Polygon/include/CGAL/Polygon_2.h @@ -332,7 +332,7 @@ class Polygon_2 { // Miscellaneous //-------------------------------------------------------- - int size() const + std::size_t size() const { return d_container.size(); } bool is_empty() const