]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/intersects/intersects_self.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / intersects / intersects_self.cpp
index 6d6c4172a5066ff928db2c145886ea2dc2f874fd..0217a6dfe4bd630588e68914e08f7c04e545cebb 100644 (file)
@@ -125,9 +125,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;
 }