]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/within/within_pointlike_geometry.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / within / within_pointlike_geometry.cpp
index 523e183c05916e696777a10c0cf02d35839bd76b..d04b0762d9c5e0eb8a21fd4cc8872836602ee9a0 100644 (file)
@@ -450,12 +450,6 @@ int test_main( int , char* [] )
     test_spherical_geographic<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
     test_spherical_geographic<bg::model::point<double, 2, bg::cs::geographic<bg::degree> > >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-    test_spherical_geographic<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >();
-    test_spherical_geographic<bg::model::point<ttmath_big, 2, bg::cs::geographic<bg::degree> > >();
-#endif
-
     test_tickets();
 
     return 0;