```
In file included from /usr/include/c++/15/bits/stl_algobase.h:66,
from /usr/include/c++/15/algorithm:62,
from /usr/include/qt6/QtCore/qflags.h:10,
from /usr/include/qt6/QtCore/qglobal.h:49,
from /home/lrineau/Git/cgal-master/Lab/demo/Lab/Plugins/PMP/Selection_plugin.cpp:1:
In function ‘constexpr void std::__advance(_InputIterator&, _Distance, input_iterator_tag) [with _InputIterator = __detail::_Node_iterator<CGAL::SM_Vertex_index, true, true>; _Distance = long int]’,
inlined from ‘constexpr void std::advance(_InputIterator&, _Distance) [with _InputIterator = __detail::_Node_iterator<CGAL::SM_Vertex_index, true, true>; _Distance = long int]’ at /usr/include/c++/15/bits/stl_iterator_base_funcs.h:226:21,
inlined from ‘constexpr _InputIterator std::next(_InputIterator, typename iterator_traits<_Iter>::difference_type) [with _InputIterator = __detail::_Node_iterator<CGAL::SM_Vertex_index, true, true>]’ at /usr/include/c++/15/bits/stl_iterator_base_funcs.h:239:19,
inlined from ‘Scene_polyhedron_selection_item::fg_face_descriptor Scene_polyhedron_selection_item::add_facet_from_selected_vertices()’ at /home/lrineau/Git/cgal-master/Lab/demo/Lab/./Scene_polyhedron_selection_item.h:795:26,
inlined from ‘void CGAL_Lab_selection_plugin::on_validateButton_clicked()’ at /home/lrineau/Git/cgal-master/Lab/demo/Lab/Plugins/PMP/Selection_plugin.cpp:922:55:
/usr/include/c++/15/bits/stl_iterator_base_funcs.h:164:7: warning: iteration 9223372036854775809 invokes undefined behavior [-Waggressive-loop-optimizations]
164 | while (__n--)
| ^~~~~
/usr/include/c++/15/bits/stl_iterator_base_funcs.h:164:7: note: within this loop
```