]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/cross_track.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / cross_track.cpp
index 861251e4e4cbc1d8204acd4b1ec33fa3e2d83f54..72e132c4c84939b0296d9fbd0b691c95d36dd15b 100644 (file)
@@ -172,10 +172,5 @@ int test_main(int, char* [])
     // NYI: haversine for mathematical spherical coordinate systems
     // test_all<bg::model::point<double, 2, bg::cs::spherical<bg::degree> >, mathematical_policya >();
 
-#if defined(HAVE_TTMATH)
-    typedef ttmath::Big<1,4> tt;
-    //test_all<bg::model::point<tt, 2, bg::cs::geographic<bg::degree> >, geographic_policy>();
-#endif
-
     return 0;
 }