]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/disjoint/disjoint_seg_box.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / disjoint / disjoint_seg_box.cpp
index 2aa8c3f23a0231f92be54c003a5014ff6858683b..1ccb1b9a76f720a0da0506e72c37beaf9351c007 100644 (file)
@@ -292,10 +292,5 @@ int test_main( int , char* [] )
     test_all<float>();
     test_all<double>();
 
-#ifdef HAVE_TTMATH
-    common_tests<bg::model::d2::point_xy<ttmath_big> >();
-    common_tests<bg::model::point<ttmath_big, 3, bg::cs::cartesian> >();
-#endif
-
     return 0;
 }