]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/winding.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / winding.cpp
index d19244ae3983815228a8e658c48f5619788efa3d..ba4ec1b75daaecc3014ee66c0111d1c7b7fc972d 100644 (file)
@@ -209,10 +209,5 @@ int test_main(int, char* [])
     test_spherical<float>();
     test_spherical<double>();
 
-#if defined(HAVE_TTMATH)
-    test_cartesian<bg::model::point<ttmath_big, 2, bg::cs::cartesian> >();
-    test_spherical<ttmath_big>();
-#endif
-
     return 0;
 }