Simplify Coercion_traits

This commit is contained in:
Andreas Fabri 2022-10-27 10:19:39 +01:00
parent 27ca0dfb03
commit a56d1a5f4f
1 changed files with 0 additions and 17 deletions

View File

@ -29,23 +29,6 @@ namespace CGAL {
//CORE internal coercions:
#if 0
// The following definitions reflect the interaction of the CORE number types
// with the built in types,
// CORE BigInt:
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(short ,::CORE::BigInt)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(int ,::CORE::BigInt)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(long ,::CORE::BigInt)
// CORE BigRat:
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(short ,::CORE::BigRat)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(int ,::CORE::BigRat)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(long ,::CORE::BigRat)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(float ,::CORE::BigRat)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(double ,::CORE::BigRat)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(::CORE::BigInt,::CORE::BigRat)
#endif
// CORE Expr:
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(short ,::CORE::Expr)
CGAL_DEFINE_COERCION_TRAITS_FROM_TO(int ,::CORE::Expr)