]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/crosses/crosses_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / crosses / crosses_sph.cpp
index 93657eb388e9f99394056b57806c0280b8ebf0bb..8c36d152e41a5aad3b936945766173eb5f3397da 100644 (file)
@@ -111,9 +111,5 @@ int test_main( int , char* [] )
 {
     test_all<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
 
-#if defined(HAVE_TTMATH)
-    test_cs<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >();
-#endif
-
     return 0;
 }