From 9f663dfdce0e4dc31ad4a90d2159beee2c0e9bdd Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Wed, 26 Dec 2018 15:59:03 -0500 Subject: [PATCH] rm __1:: --- include/igl/copyleft/cgal/mesh_to_polyhedron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp b/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp index 3261a8590..cf459795f 100644 --- a/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp +++ b/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp @@ -53,5 +53,5 @@ IGL_INLINE bool igl::copyleft::cgal::mesh_to_polyhedron( #include #include #include -template bool igl::copyleft::cgal::mesh_to_polyhedron, Eigen::Matrix, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::__1::allocator > >(Eigen::MatrixBase > const&, Eigen::MatrixBase > const&, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::__1::allocator >&); +template bool igl::copyleft::cgal::mesh_to_polyhedron, Eigen::Matrix, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::allocator > >(Eigen::MatrixBase > const&, Eigen::MatrixBase > const&, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::allocator >&); #endif