mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Remove BOOST_GEOMETRY_RESCALE_TO_ROBUST
This commit is contained in:
parent
0a752a6575
commit
dbe4f78dda
@ -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> >();
|
||||||
test_all<bg::model::d2::point_xy<double>, bg::model::point<double, 2, bg::cs::cartesian> >();
|
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> > >();
|
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -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<float>, bg::model::point<double, 2, bg::cs::cartesian> >();
|
||||||
test_all<bg::model::d2::point_xy<double> >();
|
test_all<bg::model::d2::point_xy<double> >();
|
||||||
test_additional<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> > >();
|
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -120,10 +120,7 @@ void test_all()
|
|||||||
int test_main( int , char* [] )
|
int test_main( int , char* [] )
|
||||||
{
|
{
|
||||||
test_all<bg::model::d2::point_xy<double> >();
|
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> > >();
|
test_all<bg::model::d2::point_xy<boost::rational<int> > >();
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -833,12 +833,9 @@ int test_main(int, char* [])
|
|||||||
// test_exception<bg::model::d2::point_xy<double> >();
|
// test_exception<bg::model::d2::point_xy<double> >();
|
||||||
|
|
||||||
test_pointer_version();
|
test_pointer_version();
|
||||||
#if ! defined(BOOST_GEOMETRY_RESCALE_TO_ROBUST)
|
|
||||||
test_rational<bg::model::d2::point_xy<boost::rational<int> > >();
|
test_rational<bg::model::d2::point_xy<boost::rational<int> > >();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(BOOST_GEOMETRY_TEST_FAILURES)
|
#if defined(BOOST_GEOMETRY_TEST_FAILURES)
|
||||||
// llb_touch generates a polygon with 1 point and is therefore invalid everywhere
|
// llb_touch generates a polygon with 1 point and is therefore invalid everywhere
|
||||||
// TODO: this should be easy to fix
|
// TODO: this should be easy to fix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user