cgal/Optimal_bounding_box/include/CGAL
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
..
Optimal_bounding_box Do not use `void` as default for the geom_traits 2022-10-03 15:08:12 +02:00
optimal_bounding_box.h Change after review 1 2020-01-10 10:41:04 +01:00