diff --git a/Mesh_3/include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h b/Mesh_3/include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h index d8b1ed0c03e..0db7d1631b8 100644 --- a/Mesh_3/include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h +++ b/Mesh_3/include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h @@ -295,7 +295,7 @@ TriangleMeshOut surface_Delaunay_remeshing(const TriangleMesh& tmesh TriangleMeshOut out; CGAL::facets_in_complex_3_to_triangle_mesh(c3t3, out); - return std::move(out); + return out; } } //end namespace Polygon_mesh_processing