mirror of https://github.com/CGAL/cgal
add missing graph_has_property for edge_weight_t
This commit is contained in:
parent
661a55f8e6
commit
b475497db2
|
|
@ -311,6 +311,9 @@ namespace boost
|
||||||
template<typename Point>
|
template<typename Point>
|
||||||
struct graph_has_property<CGAL::Surface_mesh<Point>, CGAL::vertex_point_t>
|
struct graph_has_property<CGAL::Surface_mesh<Point>, CGAL::vertex_point_t>
|
||||||
: CGAL::Tag_true {};
|
: CGAL::Tag_true {};
|
||||||
|
template<typename Point>
|
||||||
|
struct graph_has_property<CGAL::Surface_mesh<Point>, edge_weight_t>
|
||||||
|
: CGAL::Tag_true {};
|
||||||
|
|
||||||
} //boost
|
} //boost
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue