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