Skip to content

Commit

Permalink
Remove BOOST_GEOMETRY_RESCALE_TO_ROBUST
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed May 29, 2024
1 parent 91d0bcf commit 787b6fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions test/algorithms/intersects/intersects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
3 changes: 0 additions & 3 deletions test/algorithms/intersects/intersects_box_geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
3 changes: 0 additions & 3 deletions test/algorithms/intersects/intersects_self.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
3 changes: 0 additions & 3 deletions test/algorithms/set_operations/intersection/intersection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 787b6fa

Please sign in to comment.