]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/touches/touches_self.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / touches / touches_self.cpp
index 00ea47daaa896a20aab2ddc7d2bc7094ec8eca4a..8d358538658b5d62be6d14da5244954c710355f3 100644 (file)
@@ -35,9 +35,5 @@ int test_main( int , char* [] )
 {
     test_all<bg::model::d2::point_xy<double> >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     return 0;
 }