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:43:10 +02:00 committed by GitHub
parent 2cea03ee19
commit 75bc510926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class Free_list_management<CC_with_index, CGAL::Tag_false, CGAL::Tag_false>
using Traits=Compact_container_with_index_traits <T, size_type>;
public:
static const size_type null_descriptor=std::numeric_limits<size_type>::max()/2;
static const size_type null_descriptor=(std::numeric_limits<size_type>::max)()/2;
Free_list_management(CC_with_index* cc_with_index):
m_cc_with_index(cc_with_index)