]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/common/test_crc32c.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / test / common / test_crc32c.cc
index 67ec67263690d0c47bbf7cbdceaddb43bbc99d82..ff5d0019dba5121e1675ff5aeacacc8300ce81f7 100644 (file)
@@ -293,7 +293,7 @@ double estimate_clock_resolution()
   double v = *(head++);
   double range=0;
   while (head != tail) {
-    range = max(range, *head - v);
+    range = std::max(range, *head - v);
     v = *head;
     head++;
   }