cgal/Optimal_bounding_box/include/CGAL
Jane Tournois 63f9aa27e9 use c-cast instead of {}-cast
* cast double to float is forbidden with {} because it loses information
* cast double to float or to exact types is OK

* numeric_limits<FT> does not work for exact types FT
* using explicitely numeric_limits<float>, is not an option either
because casting it to exact FT would not work
2022-10-26 12:03:00 +02:00
..
Optimal_bounding_box use c-cast instead of {}-cast 2022-10-26 12:03:00 +02:00
optimal_bounding_box.h Change after review 1 2020-01-10 10:41:04 +01:00