]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/intersects/intersects.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / intersects / intersects.cpp
index a24872493478c8e83bd29a752cde8791fa6ba81b..ab8e7b5ccb318ace41f3ea899e55838ad1ec0128 100644 (file)
@@ -219,9 +219,5 @@ int test_main( int , char* [] )
     test_all<bg::model::d2::point_xy<boost::rational<int> > >();
 #endif
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     return 0;
 }