]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/length/length_sph.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / length / length_sph.cpp
index 6b2f8944f29d6cf1bd8a325d558d32c7f7afaf6d..b8896b57566ce2afc1c8285dc4cfabeca72fd3ad 100644 (file)
@@ -77,10 +77,6 @@ int test_main(int, char* [])
     test_all_haversine<bg::model::d2::point_xy<double,
         bg::cs::spherical_equatorial<bg::degree> > >(mean_radius);
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     //test_empty_input<bg::model::d2::point_xy<int> >();
 
     return 0;