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
..
benchmark/Optimal_bounding_box IO namespace for files in IO directories 2021-05-04 14:36:06 +02:00
doc/Optimal_bounding_box Superfluous space in link 2020-12-08 15:19:50 +01:00
examples/Optimal_bounding_box update latest cmake version tested 2021-11-09 10:58:47 +01:00
include/CGAL Do not use `void` as default for the geom_traits 2022-10-03 15:08:12 +02:00
package_info/Optimal_bounding_box Update dependencies of now Triangulation_2-free packages 2021-12-16 13:53:54 +01:00
test/Optimal_bounding_box update latest cmake version tested 2021-11-09 10:58:47 +01:00