mirror of https://github.com/CGAL/cgal
(std::numeric_limits<std::size_t>::max)()
This commit is contained in:
parent
c751ee6bc9
commit
3e1a8c110d
|
|
@ -460,7 +460,7 @@ int merge_facets_region_growing(Mesh& mesh,
|
|||
}
|
||||
}
|
||||
if(!dump_surface_mesh_after_merge_filename.empty()) {
|
||||
static constexpr auto max_size_t = std::numeric_limits<std::size_t>::max();
|
||||
static constexpr auto max_size_t = (std::numeric_limits<std::size_t>::max)();
|
||||
auto [corner_id_map, corner_id_map_ok] =
|
||||
mesh.add_property_map<vertex_descriptor, std::size_t>("v:corner_id", max_size_t);
|
||||
assert(corner_id_map_ok);
|
||||
|
|
|
|||
Loading…
Reference in New Issue