]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/for_each_multi.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / for_each_multi.cpp
index e9c02b6856672506dcd7a09f07aa811002e26de9..7756eb0e0bd31e5867c89bf6a47f70986b9cf9d7 100644 (file)
@@ -89,9 +89,5 @@ int test_main( int , char* [] )
 {
     test_all<bg::model::d2::point_xy<double> >();
 
-#ifdef HAVE_TTMATH
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     return 0;
 }