cgal/Homogeneous_kernel/include/CGAL
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
..
Homogeneous Merge pull request #6052 from sloriot/Intersection_2-segment_segment_inter_info 2021-10-29 16:59:47 +02:00
Homogeneous.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Homogeneous_converter.h Do not cast fundamental types into bool in NT_converter 2021-11-10 15:56:48 +01:00
Simple_homogeneous.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00