X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fgeometry%2Ftest%2Falgorithms%2Fwithin%2Fwithin_linear_linear.cpp;h=6a50a75ce77ff31adfe832bb53e3d30478fbb4b0;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=c4d7d348d32e929f333ba4ffced4d17164351b21;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/geometry/test/algorithms/within/within_linear_linear.cpp b/ceph/src/boost/libs/geometry/test/algorithms/within/within_linear_linear.cpp index c4d7d348d..6a50a75ce 100644 --- a/ceph/src/boost/libs/geometry/test/algorithms/within/within_linear_linear.cpp +++ b/ceph/src/boost/libs/geometry/test/algorithms/within/within_linear_linear.cpp @@ -100,9 +100,5 @@ int test_main( int , char* [] ) test_all >(); test_all, bg::model::point >(); -#if defined(HAVE_TTMATH) - test_all >(); -#endif - return 0; }