]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/relate/relate_linear_areal_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / relate / relate_linear_areal_sph.cpp
index ec7b41734f0bc96f5f93ca797664b6a1d4cd2469..e3034301c71282d60fb7f1609cf1d2cc59ebf78b 100644 (file)
@@ -411,9 +411,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;
 }