diff --git a/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h b/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h index de1599a0fe0..889bd1e6045 100644 --- a/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h @@ -196,8 +196,8 @@ public: corresponding input polyhedral surface. @param indices_end past the end iterator on the pairs of subdomain indices - @tparam InputPolyhedraIterator model of `InputIterator`, holding `Polyhedron`'s - @tparam InputPairOfSubdomainIndicesIterator model of `InputIterator`, holding + @tparam InputPolyhedraIterator model of `ForwardIterator`, holding `Polyhedron`'s + @tparam InputPairOfSubdomainIndicesIterator model of `ForwardIterator`, holding `std::pair` @pre `std::distance(begin, end) == std::distance(indices_begin, indices_end)`