]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/disjoint/disjoint.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / disjoint / disjoint.cpp
index 2d0225daff0760326ce425f40fd4eccee3fb801b..bd9bd16271f4c89c49828296c8e8d75f0dca463e 100644 (file)
@@ -156,10 +156,5 @@ int test_main(int, char* [])
     test_all<bg::model::d2::point_xy<float> >();
     test_all<bg::model::d2::point_xy<double> >();
 
-#ifdef HAVE_TTMATH
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
-
     return 0;
 }