Update Combinatorial_map/include/CGAL/Compact_container_with_index.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Guillaume Damiand 2022-07-19 09:42:44 +02:00 committed by GitHub
parent ccec860303
commit 337cdf3490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Free_list_management<CC_with_index, CGAL::Tag_true, CGAL::Tag_true>
using size_type=typename CC_with_index::size_type;
public:
static const size_type null_descriptor=std::numeric_limits<size_type>::max();
static const size_type null_descriptor=(std::numeric_limits<size_type>::max)();
Free_list_management(CC_with_index* cc_with_index):
m_cc_with_index(cc_with_index)