]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/thomas.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / thomas.cpp
index 596b35045096dbcec0ffe3462bbacda69436b793..23d2f838b89a7097c7e83ce70cf10b38c261bfea 100644 (file)
 
 #include <test_common/test_point.hpp>
 
-#ifdef HAVE_TTMATH
-#  include <boost/geometry/extensions/contrib/ttmath_stub.hpp>
-#endif
-
-
 
 template <typename P1, typename P2>
 void test_distance(double lon1, double lat1, double lon2, double lat2, double expected_km)
@@ -144,10 +139,5 @@ int test_main(int, char* [])
     test_all<bg::model::point<float, 2, bg::cs::geographic<bg::degree> > >();
     test_all<bg::model::point<double, 2, bg::cs::geographic<bg::degree> > >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::point<ttmath::Big<1,4>, 2, bg::cs::geographic<bg::degree> > >();
-    test_all<bg::model::point<ttmath_big, 2, bg::cs::geographic<bg::degree> > >();
-#endif
-
     return 0;
 }