[libc-commits] [PATCH] D121350: [libc] Add a resizable container with constexpr constructor and destructor.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 10 09:24:35 PST 2022


sivachandra added inline comments.


================
Comment at: libc/src/__support/CPP/blobstore.h:1
+//===-- A data structure which stores data in blobs  ------------*- C++ -*-===//
+//
----------------
abrachet wrote:
> Do you think the name `BlockStore` better describes what this data structure does? It may not be worth the churn to change the name everywhere, no strong preference.
I like `BlockStore` better so I changed it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121350/new/

https://reviews.llvm.org/D121350



More information about the libc-commits mailing list