Remove BOOST_GEOMETRY_RESCALE_TO_ROBUST

This commit is contained in:
Vissarion Fisikopoulos 2024-05-29 13:58:28 +03:00
parent 0a752a6575
commit dbe4f78dda
4 changed files with 0 additions and 12 deletions

View File

@ -214,10 +214,7 @@ int test_main( int , char* [] )
{
test_all<bg::model::d2::point_xy<double> >();
test_all<bg::model::d2::point_xy<double>, bg::model::point<double, 2, bg::cs::cartesian> >();
#if ! defined(BOOST_GEOMETRY_RESCALE_TO_ROBUST)
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
#endif
return 0;
}

View File

@ -159,10 +159,7 @@ int test_main( int , char* [] )
test_all<bg::model::d2::point_xy<float>, bg::model::point<double, 2, bg::cs::cartesian> >();
test_all<bg::model::d2::point_xy<double> >();
test_additional<bg::model::d2::point_xy<double> >();
#if ! defined(BOOST_GEOMETRY_RESCALE_TO_ROBUST)
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
#endif
return 0;
}

View File

@ -120,10 +120,7 @@ void test_all()
int test_main( int , char* [] )
{
test_all<bg::model::d2::point_xy<double> >();
#if ! defined(BOOST_GEOMETRY_RESCALE_TO_ROBUST)
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
#endif
return 0;
}

View File

@ -833,12 +833,9 @@ int test_main(int, char* [])
// test_exception<bg::model::d2::point_xy<double> >();
test_pointer_version();
#if ! defined(BOOST_GEOMETRY_RESCALE_TO_ROBUST)
test_rational<bg::model::d2::point_xy<boost::rational<int> > >();
#endif
#endif
#if defined(BOOST_GEOMETRY_TEST_FAILURES)
// llb_touch generates a polygon with 1 point and is therefore invalid everywhere
// TODO: this should be easy to fix