]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/relate/relate_areal_areal.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / relate / relate_areal_areal.cpp
index 81ced941e1cfdcc444d15983222be7a288ec5b57..739a37a35e0933fcb7ffe9a9d776e8a4401eb65e 100644 (file)
@@ -426,9 +426,5 @@ int test_main( int , char* [] )
     test_all<bg::model::d2::point_xy<int> >();
     test_all<bg::model::d2::point_xy<double> >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     return 0;
 }