]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/disjoint/disjoint_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / disjoint / disjoint_sph.cpp
index b6f6f4adbfacc8e4727fd676fb032b5d8f696849..ebc658e01f0778a3a37efe538931e08c3ef9b6f4 100644 (file)
@@ -319,9 +319,5 @@ int test_main( int , char* [] )
 
     test_linestring_linestring_radians<point_rad>();
 
-#if defined(HAVE_TTMATH)
-    test_cs<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >();
-#endif
-
     return 0;
 }