diff --git a/Bounding_volumes/include/CGAL/Min_sphere_d.h b/Bounding_volumes/include/CGAL/Min_sphere_d.h index 8f4d870520c..be117d910f1 100644 --- a/Bounding_volumes/include/CGAL/Min_sphere_d.h +++ b/Bounding_volumes/include/CGAL/Min_sphere_d.h @@ -325,7 +325,7 @@ public: points.push_front (p); // ensure postcondition of insert } else points.push_back (p); // just append p - if (support_end == points.end()) --support_end; + if (support_end == points.end()) --support_end; } template