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