mirror of https://github.com/CGAL/cgal
Update Combinatorial_map/include/CGAL/Compact_container_with_index.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
2cea03ee19
commit
75bc510926
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue