]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/buffer/buffer.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / buffer / buffer.cpp
index 04e1055e02ef1a7c9473801b0151ccd85dcb9045..1122ddf06ffc44587fde4308332a60a1f7c8088a 100644 (file)
@@ -66,8 +66,5 @@ int test_main(int, char* [])
     test_all<bg::model::point<float, 2, bg::cs::cartesian> >();
 #endif
 
-#ifdef HAVE_TTMATH
-    test_all<bg::model::point<ttmath_big, 2, bg::cs::cartesian> >();
-#endif
     return 0;
 }