]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/point_in_box.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / point_in_box.cpp
index 50d5f65a360dc683c287449bd55ead02546a1588..8ab354cd8d48c747edc79f077a2fcf390ceddae1 100644 (file)
@@ -73,9 +73,5 @@ int test_main(int, char* [])
     test_box<bg::model::point<float, 2, bg::cs::cartesian> >();
     test_box<bg::model::point<double, 2, bg::cs::cartesian> >();
 
-#if defined(HAVE_TTMATH)
-    test_box<bg::model::point<ttmath_big, 2, bg::cs::cartesian> >();
-#endif
-
     return 0;
 }