]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/relate/relate_linear_linear_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / relate / relate_linear_linear_sph.cpp
index dce75f8bf231ef5eab509835f0f4f991b172f982..ec472c68e33f0959796e43f0f1d695c7820d3fe6 100644 (file)
@@ -443,9 +443,5 @@ int test_main( int , char* [] )
     test_all<bg::model::point<float, 2, cs_t> >();
     test_all<bg::model::point<double, 2, cs_t> >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::point<ttmath_big, 2, cs_t> >();
-#endif
-
     return 0;
 }