[libc-commits] [libc] [libc] Add erase function to blockstore (PR #97641)

via libc-commits libc-commits at lists.llvm.org
Thu Jul 4 09:20:07 PDT 2024


================
@@ -175,6 +187,45 @@ class BlockStore {
     else
       return Iterator(current, fill_count);
   }
+
+  // Removes and the element at pos, then moves all the objects after back by
----------------
lntue wrote:

nit: Removes the element at pos

https://github.com/llvm/llvm-project/pull/97641


More information about the libc-commits mailing list