cgal/Cartesian_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
..
Cartesian Merge pull request #5978 from janetournois/Mesh_2-add_predicate_for_lloyd-jtournois 2021-10-27 17:20:28 +02:00
constructions Merge pull request #5112 from sloriot/Kernel_23-bisector_sqrt 2021-02-18 15:26:51 +01:00
predicates use initial code in the function 2021-09-29 16:55:36 +02:00
Cartesian.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
Cartesian_converter.h Do not cast fundamental types into bool in NT_converter 2021-11-10 15:56:48 +01:00
Simple_cartesian.h extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00