diff --git a/Combinatorial_map/include/CGAL/Compact_container_with_index.h b/Combinatorial_map/include/CGAL/Compact_container_with_index.h index a640c1cf4e0..2d8fcace8f1 100644 --- a/Combinatorial_map/include/CGAL/Compact_container_with_index.h +++ b/Combinatorial_map/include/CGAL/Compact_container_with_index.h @@ -97,7 +97,7 @@ class Free_list_management using size_type=typename CC_with_index::size_type; public: - static const size_type null_descriptor=std::numeric_limits::max(); + static const size_type null_descriptor=(std::numeric_limits::max)(); Free_list_management(CC_with_index* cc_with_index): m_cc_with_index(cc_with_index)