]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/within/within_multi.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / within / within_multi.cpp
index b41529cc0832e8be6ef47c18a65824dab6b20703..11a35b9fb30571723a24ecc6346a22dab2e62cf5 100644 (file)
@@ -46,9 +46,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;
 }