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