]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dmclock/support/src/indirect_intrusive_heap.h
update sources to v12.1.0
[ceph.git] / ceph / src / dmclock / support / src / indirect_intrusive_heap.h
index b6075bda22f92be2f5080b6a78fd0f7f4c741b74..6342e29b16370dc1a5508a360b9fa1c31581428c 100644 (file)
@@ -243,7 +243,7 @@ namespace crimson {
     }
 
     void pop() {
-      remove(0);
+      remove(HeapIndex(0));
     }
 
     void remove(Iterator& i) {