CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Mesh 3 - avoid tuples in internal code #8242

Open janetournois opened 1 month ago

janetournois commented 1 month ago

Summary of Changes

This PR introduces new structs to replace std::tuple's in internal code of Mesh_3, and in particular avoid the use of std::get<i>(tuple) that can be hardly readable, compared to the use of explicit member names like my_tuple_struct.dimension

Release Management

janetournois commented 1 month ago

@lrineau what do you think about this internal change?

sloriot commented 1 week ago

Several errors detected in CGAL-6.0-Ic-271 In Mesh_3, Poisson et Tet remeshing

sloriot commented 2 days ago

Successfully tested in CGAL-6.0-Ic-277