mirror of https://github.com/CGAL/cgal
This patch fixes an undefined behavior: when one want to convert a handle to a point, we used `&*handle` a lot. But dereferencing the default-constructed (null) handle, is undefined-behavior. The patch calls `operator->` of the handle class, instead. |
||
|---|---|---|
| .. | ||
| internal | ||
| Triangulation_data_structure_3.h | ||
| Triangulation_ds_cell_base_3.h | ||
| Triangulation_ds_vertex_base_3.h | ||
| Triangulation_simplex_3.h | ||
| Triangulation_utils_3.h | ||