cgal/Optimal_bounding_box/include/CGAL/Optimal_bounding_box
Mael Rouxel-Labbé 71e51b5678 Do not use `void` as default for the geom_traits
This change is caused by the improvement of Lookup_named_param_def which added
support for reference named parameters:
aaa3947e40
Despite not being required, compilers will try to compile the `::reference`
branch if Eigen is not present, and complain about the type `Default& == void&`

Changing it to `CGAL::Default` will solve that, and align it with what
is done in other packages such as Surface_mesh_parameterization
2022-10-03 15:08:12 +02:00
..
internal Clean some includes 2021-08-23 22:25:14 +02:00
Oriented_bounding_box_traits_3.h Speed up fitness function computations 2020-03-27 18:19:39 +01:00
oriented_bounding_box.h Do not use `void` as default for the geom_traits 2022-10-03 15:08:12 +02:00