From b475497db2fca31d309b12d0b1decf87898fed9d Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 23 Aug 2016 17:06:46 +0200 Subject: [PATCH] add missing graph_has_property for edge_weight_t --- BGL/include/CGAL/boost/graph/properties_Surface_mesh.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h index 35a3197444c..4ecec4365c4 100644 --- a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h +++ b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h @@ -311,6 +311,9 @@ namespace boost template struct graph_has_property, CGAL::vertex_point_t> : CGAL::Tag_true {}; + template + struct graph_has_property, edge_weight_t> + : CGAL::Tag_true {}; } //boost