X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fgeometry%2Ftest%2Falgorithms%2Frelate%2Frelate_pointlike_geometry.cpp;h=c763f5cf7120202c30a008177d536fea629885ff;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=8894b68501b60c917f0f5511ef2af89c570ba9c8;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/geometry/test/algorithms/relate/relate_pointlike_geometry.cpp b/ceph/src/boost/libs/geometry/test/algorithms/relate/relate_pointlike_geometry.cpp index 8894b6850..c763f5cf7 100644 --- a/ceph/src/boost/libs/geometry/test/algorithms/relate/relate_pointlike_geometry.cpp +++ b/ceph/src/boost/libs/geometry/test/algorithms/relate/relate_pointlike_geometry.cpp @@ -246,9 +246,5 @@ int test_main( int , char* [] ) test_all >(); test_all >(); -#if defined(HAVE_TTMATH) - test_all >(); -#endif - return 0; }