cgal/TDS_3/include/CGAL
Laurent Rineau f9c9cfa40b `&*handle`, if handle is null, is undefined-behavior
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.
2018-09-17 15:44:01 +02:00
..
internal Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
Triangulation_data_structure_3.h Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov 2018-02-23 12:50:06 +01:00
Triangulation_ds_cell_base_3.h `&*handle`, if handle is null, is undefined-behavior 2018-09-17 15:44:01 +02:00
Triangulation_ds_vertex_base_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Triangulation_simplex_3.h Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
Triangulation_utils_3.h Fix dependencies by moving files 2018-03-23 14:17:24 +01:00