fix a warning

This commit is contained in:
Laurent Rineau 2025-11-13 09:54:05 +01:00
parent c856e40662
commit e0a720452d
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public:
inline static With_offset_tag with_offset{ {-1} };
inline static With_point_tag with_point{ {-1} };
inline static With_point_and_info_tag with_point_and_info{ {-1} };
inline static With_point_and_info_tag with_point_and_info{ { {-1} } };
Conforming_Delaunay_triangulation_3(const Geom_traits& gt = Geom_traits())
: T_3(gt)