]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/touches/touches_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / touches / touches_sph.cpp
index 352a9bff1c45773688803b83f3ad91840bbe087d..aa929271952bd5051bae0a3e8f0603151922d935 100644 (file)
@@ -231,9 +231,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;
 }