]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/overlay/traverse.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / overlay / traverse.cpp
index 8f5225091da93607dda7ccdcfe51a8448f253d82..2e4f801ccd13c03efa9c2a614df7738a97a46848 100644 (file)
@@ -10,7 +10,6 @@
 #define BOOST_GEOMETRY_DEFINE_STREAM_OPERATOR_SEGMENT_RATIO
 //#define BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE
 //#define BOOST_GEOMETRY_OVERLAY_NO_THROW
-//#define HAVE_TTMATH
 
 #include <iostream>
 #include <iomanip>
 
 #include <boost/type_traits/is_same.hpp>
 
-#ifdef HAVE_TTMATH
-#  include <boost/geometry/contrib/ttmath_stub.hpp>
-#endif
-
 #include <geometry_test_common.hpp>
 
 
 // #define BOOST_GEOMETRY_DEBUG_ENRICH
 //#define BOOST_GEOMETRY_DEBUG_RELATIVE_ORDER
 
-// #define BOOST_GEOMETRY_REPORT_OVERLAY_ERROR
 // #define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER
 
 
@@ -892,7 +886,7 @@ void test_all(bool test_self_tangencies = true, bool test_mixed = false)
 #endif
 
         // Calculate intersection/union of two triangles. Robustness case.
-        // ttmath can form a very small intersection triangle
+        // some precise types can form a very small intersection triangle
         // (which is even not accomplished by SQL Server/PostGIS)
         std::string const caseid = "ggl_list_20110820_christophe";
         test_traverse_intersection::apply(caseid,
@@ -1029,9 +1023,6 @@ int test_main(int, char* [])
     test_all<long double>();
 #endif
 
-#ifdef HAVE_TTMATH
-    test_all<ttmath_big>();
-#endif
 #endif
 
     return 0;