mirror of https://github.com/CGAL/cgal
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...). |
||
|---|---|---|
| .. | ||
| include/CGAL | ||
| package_info/Homogeneous_kernel | ||