]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/disjoint/disjoint_coverage_l_a.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / disjoint / disjoint_coverage_l_a.cpp
index cb55aaa8d492c76cd469749a285a3493e4bd6840..eb7039a040d2b0bcf6b988b5573a2805b2490c3b 100644 (file)
 
 #include <from_wkt.hpp>
 
-
-#ifdef HAVE_TTMATH
-#include <boost/geometry/extensions/contrib/ttmath_stub.hpp>
-#endif
-
 namespace bg = ::boost::geometry;
 
 //============================================================================
@@ -532,7 +527,4 @@ BOOST_AUTO_TEST_CASE( test_linear_areal_all )
 {
     test_linear_areal<double>();
     test_linear_areal<int>();
-#ifdef HAVE_TTMATH
-    test_linear_areal<ttmath_big>();
-#endif
 }