]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/equals/collect_vectors.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / equals / collect_vectors.hpp
index fd5c3caa4269e08eb390f36ef26d17c3773246de..35ec77a9273d09e43f114948fed5b880fba2291e 100644 (file)
@@ -147,7 +147,7 @@ private:
         // For high precision arithmetic, we have to be
         // more relaxed then using ==
         // Because 2/sqrt( (0,0)<->(2,2) ) == 1/sqrt( (0,0)<->(1,1) )
-        // is not always true (at least, it is not for ttmath)
+        // is not always true (at least, not for some user defined types)
         return math::equals_with_epsilon(dx, other.dx)
             && math::equals_with_epsilon(dy, other.dy);
     }