]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/covered_by/covered_by_sph_geo.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / covered_by / covered_by_sph_geo.cpp
index 6c8d5853bbd23b51689c94a0eb12f5d5d9124166..665b2802facb27305bb6f0bbb7cfec4ec6df3b7b 100644 (file)
@@ -123,10 +123,5 @@ int test_main( int , char* [] )
     test_cs<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
     test_cs<bg::model::point<double, 2, bg::cs::geographic<bg::degree> > >();
 
-#if defined(HAVE_TTMATH)
-    test_cs<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >();
-    test_cs<bg::model::point<ttmath_big, 2, bg::cs::geographic<bg::degree> > >();;
-#endif
-
     return 0;
 }