]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/index/test/algorithms/is_valid.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / index / test / algorithms / is_valid.cpp
index 4c0584a0f0583814db656788b9150407c915c714..b4a91bb561cab34d68bd2e0ae6bfe95f9e3afe3f 100644 (file)
@@ -96,14 +96,6 @@ int test_main(int, char* [])
     test_box<bg::model::box<P3fc> >("POLYGON((0 1 2,2 4 6))", true);
     test_box<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", true);
     
-#ifdef HAVE_TTMATH
-    typedef bg::model::point<ttmath_big, 2, bg::cs::cartesian> P2ttmc;
-    typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc;
-
-    test_geometry<bg::model::box<P2ttmc> >("POLYGON((0 1,2 4))", true);
-    test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", true);
-#endif
-
     test_large_integers();
 
     return 0;