cgal/Triangulation_2/include/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
..
internal fix the move semantic of Constrained_triangulation_plus_2 2025-06-04 00:51:02 +02:00
insert_constraints.h Deal with duplicate lines 2024-08-06 08:06:41 +01:00