]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/simplify_multi.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / simplify_multi.cpp
index 04591f0df34af160313c91e5c7d214dd378bb563..7afa0e9ae96c134257f3f87cd33899b70dba6f03 100644 (file)
@@ -57,9 +57,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;
 }