]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/strategies/pythagoras_point_box.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / pythagoras_point_box.cpp
index 31810e1cb7a301a9bd65de9a3b2434ff8c5ef97c..4121ce02dfc374400a6f46e8809dc9ef84893242 100644 (file)
@@ -356,7 +356,7 @@ inline void test_integer(bool check_types)
 
     comparable_type comparable;
     cdistance_type cdistance = comparable.apply(p, b);
-    BOOST_CHECK_EQUAL(cdistance, 11589696996311540);
+    BOOST_CHECK_EQUAL(cdistance, 11589696996311540.0);
 
     distance_type distance2 = sqrt(distance_type(cdistance));
     BOOST_CHECK_CLOSE(distance, distance2, 0.001);