diff --git a/STL_Extension/include/CGAL/iterator.h b/STL_Extension/include/CGAL/iterator.h index f810be17152..ee140e1346e 100644 --- a/STL_Extension/include/CGAL/iterator.h +++ b/STL_Extension/include/CGAL/iterator.h @@ -1416,7 +1416,7 @@ public: const std::tuple& to_tuple() const { - return static_cast&> (*this); + return static_cast&> (*this); } }; @@ -1459,7 +1459,7 @@ public: template Self& operator=(const T&) { return *this; } - + };