another USBAN error, about uninitialized bool

This commit is contained in:
Laurent Rineau 2023-04-13 17:26:44 +02:00
parent 9789e35197
commit 3b79468b13
1 changed files with 1 additions and 1 deletions

View File

@ -1691,7 +1691,7 @@ protected:
struct Fill_auxiliary_return_type {
Vertex_handle_unique_hash_map vmap;
bool vertex_is_incident_to_infinity;
bool vertex_is_incident_to_infinity = false;
};
template < class Triangulation >