cgal/Triangulation_3
Laurent Rineau b56cdcb743 Add move-semantic to CGAL (non-periodic) 3D triangulations
- For `Triangulation_3`, the rule-of-zero cannot be used, because of
  the infinite vertex. A special copy-constructor and copy-assignment
  operators are required. But one can `= default the move-constructor
  and move-assignment operator, as well as the destructor.
- For `Delaunay_triangulation_3`, the rule-of-zero is
  sufficient. Nothing to do.
- For `Regular_triangulation_3`, the `hidden_point_visitor` data
  member is a function that is constructed with the `this` pointer, so
  the rule-of-zero cannot be used. Probably the move-constructor
  and move-assignment operator could be explicitly defaulted.
2020-01-31 12:01:43 +01:00
..
applications/Triangulation_3
benchmark/Triangulation_3 Merge branch 'DT_3-issue4388__for_CGAL-4.14.2-GF' into DT_3-issue4388-GF 2019-12-04 15:39:55 +01:00
demo First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
doc/Triangulation_3 warning: image file name tds_small.png is ambiguous. 2019-08-08 13:41:18 +02:00
examples/Triangulation_3 fixes 2020-01-21 10:05:19 +01:00
include/CGAL Add move-semantic to CGAL (non-periodic) 3D triangulations 2020-01-31 12:01:43 +01:00
package_info/Triangulation_3 Fix package dependencies 2019-05-10 12:41:25 +02:00
test/Triangulation_3 Add move-semantic to CGAL (non-periodic) 3D triangulations 2020-01-31 12:01:43 +01:00
TODO Fix typos 2019-05-20 08:54:04 +02:00