mirror of https://github.com/CGAL/cgal
When the geom_traits given as parameter of `circumcenter` and/or `weighted_circumcenter` was deriving from the cell base GT (first template parameter), the gt was up-casted to the cell base GT, and the function construct_circumcenter_3_object() (or construct_weighted_circumcenter_3_object()) not called on the right geom traits type --> possibly missing the actual input of the function (the robust_circumcenter_traits in Mesh_3) we add a static assert to check at compile time that both geom traits are compatible |
||
|---|---|---|
| .. | ||
| benchmark/Triangulation_3 | ||
| demo | ||
| doc/Triangulation_3 | ||
| examples/Triangulation_3 | ||
| include/CGAL | ||
| package_info/Triangulation_3 | ||
| test/Triangulation_3 | ||
| TODO | ||