cgal/TDS_3
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
..
doc/TDS_3 Merge pull request #2767 from janetournois/TDS_3-add_missing_const_in-doc-jtournois 2018-01-29 18:08:57 +01:00
examples/TDS_3 improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
include/CGAL `&*handle`, if handle is null, is undefined-behavior 2018-09-17 15:44:01 +02:00
package_info/TDS_3 Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
test/TDS_3 Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01:00