cgal/Periodic_4_hyperbolic_trian.../include/CGAL
Laurent Rineau dca6b5c19e Strange patch that fixes the remaining bugs
https://github.com/CGAL/cgal/pull/4013#issuecomment-507291311

Because of two constructions in Algebraic_curve_kernel_2 and
Hyperbolic_octagon_translation, the assertion "!blocks.empty()" from
`<CGAL/CORE/MemoryPool.h>` was triggered during the destruction of
thread-local objects.

This strange patch ensures that the order of creation of thread-local
object is right, so the order of destruction is right as well.
2019-07-02 10:53:09 +02:00
..
internal Fixes for testsuite warnings in P4HT2 2019-01-22 09:46:39 +01:00
Hyperbolic_octagon_translation.h Strange patch that fixes the remaining bugs 2019-07-02 10:53:09 +02:00
Periodic_4_hyperbolic_Delaunay_triangulation_2.h added failsafe check to remove(): if cycles of length 2 are created, the operation is canceled and the triangulation is restored to its previous state 2019-02-10 22:42:51 +01:00
Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h Modernize the CMakeLists.txt that use LEDA 2019-03-27 09:56:16 +01:00
Periodic_4_hyperbolic_triangulation_2.h replace cpp11::array by std::array 2019-03-29 13:28:33 +01:00
Periodic_4_hyperbolic_triangulation_face_base_2.h Some more licenses fixes for P4HT2 2018-12-19 22:39:46 +01:00
Periodic_4_hyperbolic_triangulation_vertex_base_2.h Removed unneeded vertex class constructor 2019-01-03 15:11:59 +01:00