]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/spherical_side.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / spherical_side.cpp
index b834e016a8ee4069106bde0fc439915f15d0161e..2e426fa7442cdb6315dce0a86328923a7ca92aa1 100644 (file)
@@ -164,10 +164,5 @@ int test_main(int, char* [])
     test_all<bg::model::point<int, 2, bg::cs::spherical<bg::degree> > >();
     test_all<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
 
-#if defined(HAVE_TTMATH)
-    typedef ttmath::Big<1,4> tt;
-    test_all<bg::model::point<tt, 2, bg::cs::spherical_equatorial<bg::degree> > >();
-#endif
-
     return 0;
 }