fix a warning

This commit is contained in:
Laurent Rineau 2025-11-20 15:23:40 +01:00
parent e98fa21cc9
commit cda931ec46
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ public:
using Line = typename T_3::Geom_traits::Line_3;
using Locate_type = typename T_3::Locate_type;
inline static With_offset_tag with_offset{ {-1} };
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} } };