]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/perimeter/perimeter.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / perimeter / perimeter.cpp
index c30389fde3b2fac51ea37b99f43931f07243d347..4045e6f97f8c4cbd4eb8b16e56fbdcf0cfb07219 100644 (file)
@@ -56,10 +56,6 @@ int test_main(int, char* [])
     test_all<bg::model::d2::point_xy<float> >();
     test_all<bg::model::d2::point_xy<double> >();
 
-#if defined(HAVE_TTMATH)
-    test_all<bg::model::d2::point_xy<ttmath_big> >();
-#endif
-
     // test_empty_input<bg::model::d2::point_xy<int> >();
 
     return 0;