diff --git a/BGL/include/CGAL/boost/graph/Euler_operations.h b/BGL/include/CGAL/boost/graph/Euler_operations.h index beed0ecfb39..d26d6a4bceb 100644 --- a/BGL/include/CGAL/boost/graph/Euler_operations.h +++ b/BGL/include/CGAL/boost/graph/Euler_operations.h @@ -739,7 +739,7 @@ add_face(const VertexRange& vr, Graph& g) typedef std::pair NextCacheEntry; typedef boost::container::small_vector NextCache; NextCache next_cache; - //next_cache.reserve(3 * n); Unfortunately small_vector has no reserve + next_cache.reserve(3 * n); // re-link patches if necessary for (unsigned int i = 0, ii = 1; i