mirror of https://github.com/CGAL/cgal
another USBAN error, about uninitialized bool
This commit is contained in:
parent
9789e35197
commit
3b79468b13
|
|
@ -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 >
|
||||
|
|
|
|||
Loading…
Reference in New Issue