cgal/Homogeneous_kernel
Mael Rouxel-Labbé c39ea7965f Do not cast fundamental types into bool in NT_converter
Instead, try to construct a NT1 from them. If it fails, give a compilation error.

This is to avoid converters silently doing nasty things like
Cartesian_converter<SC<CORE::Expr>, SC<double> >(2.) ==> 1 (bool true)
because there is no implicit conversion from double to SC<CORE::Expr>, so it
preferes using Enum_converter(bool) (with a double -> Boolean implicit
conversion...).
2021-11-10 15:56:48 +01:00
..
include/CGAL Do not cast fundamental types into bool in NT_converter 2021-11-10 15:56:48 +01:00
package_info/Homogeneous_kernel Commit all new dependencies files 2018-03-06 18:44:48 +01:00