cgal/Triangulation_3
Jane Tournois c37857bd9e really use the GT given as a parameter
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
2017-05-22 11:27:02 +02:00
..
benchmark/Triangulation_3 Fixed point typedef in Tr_3/benchmarks 2017-05-22 11:27:02 +02:00
demo update project name of demos 2016-09-08 00:13:34 +02:00
doc/Triangulation_3 Trimmed Construct_point_23's note in TriangulationTraits_23 2017-05-22 11:27:02 +02:00
examples/Triangulation_3 Fixed usage of Bare point and Weighted point across Triangulation_3 2017-05-22 11:20:45 +02:00
include/CGAL really use the GT given as a parameter 2017-05-22 11:27:02 +02:00
package_info/Triangulation_3
test/Triangulation_3 Fixed Has_nested_type_Bare_point includes 2017-05-22 11:27:02 +02:00
TODO