]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/crosses/crosses.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / crosses / crosses.cpp
index 21ed78d1264fac57f49a43352c67d541ded14aa7..1504c26c088dc4b29a86347517790dc6bb011de2 100644 (file)
@@ -97,10 +97,6 @@ int test_main( int , char* [] )
     test_2d<bg::model::d2::point_xy<int> >();
     test_2d<bg::model::d2::point_xy<double> >();
 
-#if defined(HAVE_TTMATH)
-    test_2d<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
    //test_3d<bg::model::point<double, 3, bg::cs::cartesian> >();
 
     return 0;