add missing graph_has_property for edge_weight_t

This commit is contained in:
Jane Tournois 2016-08-23 17:06:46 +02:00
parent 661a55f8e6
commit b475497db2
1 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,9 @@ namespace boost
template<typename Point>
struct graph_has_property<CGAL::Surface_mesh<Point>, CGAL::vertex_point_t>
: CGAL::Tag_true {};
template<typename Point>
struct graph_has_property<CGAL::Surface_mesh<Point>, edge_weight_t>
: CGAL::Tag_true {};
} //boost