cgal/Triangulation_2
Laurent Rineau 161a313109 fix the move semantic of Constrained_triangulation_plus_2
The comparison functor passed to the constraints hierarchy has a
pointer to the `Constrained_triangulation_plus_2` that contains it.
That means the defaulted move constructor and move assignment operator of `Polyline_constraint_hierarchy_2` cannot be used to
implement the move constructor and move assignment operator of
`Constrained_triangulation_plus_2`.

Add a special constructor for `Polyline_constraint_hierarchy_2`, that is
usee to move the hierarchy and reassign the comparison operator.
2025-06-04 00:51:02 +02:00
..
applications/Triangulation_2
benchmark/Triangulation_2
doc/Triangulation_2 fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix) 2025-05-02 09:22:38 +02:00
examples/Triangulation_2 use CGAL_Basic_viewer target 2025-04-30 09:19:50 +02:00
include/CGAL fix the move semantic of Constrained_triangulation_plus_2 2025-06-04 00:51:02 +02:00
package_info/Triangulation_2 Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19 2024-03-26 16:25:29 +01:00
test/Triangulation_2 leftovers after the renaming of Base_with_time_stamp 2025-05-06 17:03:06 +02:00
TODO Update Triangulation_2/TODO 2024-09-30 12:51:01 +02:00