Merge remote-tracking branch 'cgal/5.6.x-branch' into 'cgal/6.0.x-branch'

This commit is contained in:
Sébastien Loriot 2025-05-16 13:25:10 +02:00
commit 9d1f4c9273
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ public:
CGAL_SS_i::vertices_begin(hole), CGAL_SS_i::vertices_begin(hole),
CGAL_SS_i::vertices_end(hole), CGAL_SS_i::vertices_end(hole),
std::begin(no_holes), std::end(no_holes), std::begin(no_holes), std::end(no_holes),
std::begin(speeds[hole_id]), std::end(speeds[hole_id]), std::begin(speeds[1 + hole_id]), std::end(speeds[1 + hole_id]),
std::begin(no_speeds), std::end(no_speeds), std::begin(no_speeds), std::end(no_speeds),
m_gt); m_gt);