]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/haversine.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / haversine.cpp
index b6853954de52bb107bc7280e9fe7d18de3663c23..0c8231822089ea63f15f66231c3da8b7bc248e1e 100644 (file)
 
 #include <boost/geometry/geometries/point.hpp>
 
-#ifdef HAVE_TTMATH
-#  include <boost/geometry/extensions/contrib/ttmath_stub.hpp>
-#endif
-
-
-
 double const average_earth_radius = 6372795.0;
 
 
@@ -248,12 +242,6 @@ int test_main(int, char* [])
     //std::cout << "Factor: " << (t1 / t2) << std::endl;
     //time_compare<bg::model::point<double, 2, bg::cs::spherical<bg::radian> > >(10000);
 
-#if defined(HAVE_TTMATH)
-    typedef ttmath::Big<1,4> tt;
-    test_all<bg::model::point<tt, 2, bg::cs::spherical_equatorial<bg::degree> >, geographic_policy>();
-#endif
-
-
     test_services
         <
             bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> >,