From bdba73f16b1c724b445bd3646885ea0442b9ab40 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Wed, 22 Mar 2017 17:46:39 -0400 Subject: [PATCH] Remove code that was commented by error --- BGL/include/CGAL/boost/graph/graph_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/graph_concepts.h b/BGL/include/CGAL/boost/graph/graph_concepts.h index e3755748e9e..908b687fa4f 100644 --- a/BGL/include/CGAL/boost/graph/graph_concepts.h +++ b/BGL/include/CGAL/boost/graph/graph_concepts.h @@ -163,7 +163,7 @@ BOOST_concept(MutableFaceGraph,(G)) set_face(h, f, g); set_halfedge(f, h, g); int i=33; - //reserve(g, i, i, i); + reserve(g, i, i, i); } G g; typename boost::graph_traits::face_descriptor f;