diff --git a/BGL/include/CGAL/boost/graph/Dual.h b/BGL/include/CGAL/boost/graph/Dual.h index 0975b885738..ff6ae143cfa 100644 --- a/BGL/include/CGAL/boost/graph/Dual.h +++ b/BGL/include/CGAL/boost/graph/Dual.h @@ -209,15 +209,20 @@ get(Property p, const Dual
& dual, const Key& k)
return get(p, dual.primal(), k);
}
-template & dual, const Key& k)
{
return get(typename boost::internal::Dual_vertex_index_pmap (dual.primal()), k);
}
-template & dual, const Key& k)
{
return get(typename boost::internal::Dual_face_index_pmap (dual.primal()), k);