add missing typename and template keywords

This commit is contained in:
Sébastien Loriot
2016-06-14 14:17:31 +02:00
committed by Jane Tournois
parent 6d42b1873b
commit 8b10e64260
13 changed files with 39 additions and 46 deletions
@@ -30,8 +30,8 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Epec;
template<typename Mesh, typename K>
void test(const Mesh& pmesh)
{
typedef K::Point_3 Point;
typedef K::FT FT;
typedef typename K::Point_3 Point;
typedef typename K::FT FT;
typedef typename boost::graph_traits<Mesh>::halfedge_descriptor halfedge_descriptor;
typedef typename boost::graph_traits<Mesh>::face_descriptor face_descriptor;